include all headers beforehand to fix compilation errors under clang
This commit is contained in:
parent
937a7f7028
commit
a217eec176
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue