From d314c868bf553d0742c40dca7b725b7fc3c97a03 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Sun, 26 Jul 2015 17:47:31 +0300 Subject: [PATCH] Fix include order. --- test/mp_identity.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mp_identity.cpp b/test/mp_identity.cpp index 5ccdcb4..46ce6a4 100644 --- a/test/mp_identity.cpp +++ b/test/mp_identity.cpp @@ -7,8 +7,8 @@ // http://www.boost.org/LICENSE_1_0.txt -#include #include +#include #include struct X {};