summaryrefslogtreecommitdiff
path: root/Tests/FindGSL/rng/main.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/FindGSL/rng/main.cc')
-rw-r--r--Tests/FindGSL/rng/main.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/FindGSL/rng/main.cc b/Tests/FindGSL/rng/main.cc
index 72543be779..e1e0a4778b 100644
--- a/Tests/FindGSL/rng/main.cc
+++ b/Tests/FindGSL/rng/main.cc
@@ -1,5 +1,5 @@
-#include <math.h>
#include "gsl/gsl_rng.h"
+#include <math.h>
int main()
{