add blank line between cmake.h header include to prevent sorting

* add required comment in the line below cmake.h include header
This commit is contained in:
Felix Schurk 2024-07-24 18:20:43 +02:00
parent dfc3566796
commit 954d3f5058
138 changed files with 288 additions and 12 deletions

View file

@ -25,6 +25,8 @@
////////////////////////////////////////////////////////////////////////////////
#include <cmake.h>
// cmake.h include header must come first
#include <iostream>
#include <test.h>
#include <Variant.h>