include all headers beforehand to fix compilation errors under clang

This commit is contained in:
Johannes Kapfhammer 2019-10-12 10:44:14 +02:00
parent 937a7f7028
commit a217eec176
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,8 @@
have to understand every concept all at once. have to understand every concept all at once.
*/ */
#include "bits/include-all.hpp"
#include "bits/soi-dbg.hpp" #include "bits/soi-dbg.hpp"
#include <fstream> #include <fstream>
@ -76,8 +78,6 @@ soi_initializer soi_initializer_{false};
#include "bits/soi-io.hpp" #include "bits/soi-io.hpp"
#include "bits/include-all.hpp"
#include "bits/soi-deprecate.hpp" #include "bits/soi-deprecate.hpp"
#define int int64_t #define int int64_t