From a217eec176420a4264dc4f2eb353a4accb419c43 Mon Sep 17 00:00:00 2001 From: Johannes Kapfhammer Date: Sat, 12 Oct 2019 10:44:14 +0200 Subject: [PATCH] include all headers beforehand to fix compilation errors under clang --- include/soi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/soi b/include/soi index 6a6279f..aa7518b 100644 --- a/include/soi +++ b/include/soi @@ -5,6 +5,8 @@ have to understand every concept all at once. */ +#include "bits/include-all.hpp" + #include "bits/soi-dbg.hpp" #include @@ -76,8 +78,6 @@ soi_initializer soi_initializer_{false}; #include "bits/soi-io.hpp" -#include "bits/include-all.hpp" - #include "bits/soi-deprecate.hpp" #define int int64_t