summaryrefslogtreecommitdiff
path: root/test/correctness
diff options
context:
space:
mode:
authorCedric Nugteren <web@cedricnugteren.nl>2017-09-26 21:17:55 +0200
committerCedric Nugteren <web@cedricnugteren.nl>2017-09-26 21:17:55 +0200
commit21af690472033dffcd20ee09f815913b84684a78 (patch)
treee7fc31d0f733926ca0cdacc5781e335e90125d6d /test/correctness
parent0d8313708ca84f5338f405ae9b3261188e87b6f7 (diff)
Added missing headers
Diffstat (limited to 'test/correctness')
-rw-r--r--test/correctness/tester.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/correctness/tester.cpp b/test/correctness/tester.cpp
index 165aca35..a10736ea 100644
--- a/test/correctness/tester.cpp
+++ b/test/correctness/tester.cpp
@@ -15,6 +15,7 @@
#include <vector>
#include <iostream>
#include <cmath>
+#include <cstdio>
#include <cstdlib>
#include "test/correctness/tester.hpp"