From 12387884c53012392e0887df94cf629820ebdbb6 Mon Sep 17 00:00:00 2001 From: Peter Dimov Date: Wed, 15 Jul 2015 23:52:39 +0300 Subject: [PATCH] Fix include order. --- test/integral.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integral.cpp b/test/integral.cpp index 92e9bc4..6935aad 100644 --- a/test/integral.cpp +++ b/test/integral.cpp @@ -7,8 +7,8 @@ // http://www.boost.org/LICENSE_1_0.txt -#include #include +#include #include #include