From a5dd767f93d790878d6c5ac2934d9240ab14bcb5 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Thu, 16 Jul 2015 00:39:14 +0300 Subject: [PATCH] Fix include order. --- test/mp_eval_if.cpp | 2 +- test/mp_if.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/mp_eval_if.cpp b/test/mp_eval_if.cpp index 2f291e9..218b8d1 100644 --- a/test/mp_eval_if.cpp +++ b/test/mp_eval_if.cpp @@ -7,9 +7,9 @@ // http://www.boost.org/LICENSE_1_0.txt -#include #include #include +#include #include int main() diff --git a/test/mp_if.cpp b/test/mp_if.cpp index 96097f6..88036f9 100644 --- a/test/mp_if.cpp +++ b/test/mp_if.cpp @@ -7,9 +7,9 @@ // http://www.boost.org/LICENSE_1_0.txt -#include #include #include +#include #include int main()