IAP GITLAB

Skip to content
Snippets Groups Projects
Commit a188777d authored by ralfulrich's avatar ralfulrich
Browse files

make sure includes are not reordered

parent c66a9a58
No related branches found
No related tags found
No related merge requests found
......@@ -11,12 +11,13 @@
#include <string>
// NOTE: the order of these includes is *important*
// clang-format-off, NOTE: the order of these includes is *important*
// you will get unhelpful compiler errors about unknown
// operator definitions if these are reordered
#include <parquet/stream_writer.h>
#include <parquet/arrow/schema.h>
#include <arrow/io/file.h>
// clang-format-on
namespace corsika {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment