From 7aac9df3379d985415565c0a11cf793376d2d786 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Tue, 4 Oct 2011 15:18:22 +0000 Subject: [PATCH] test: add missing include in pi test program. --- test/math/pi.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/math/pi.cpp b/test/math/pi.cpp index 953caf12..664c6022 100644 --- a/test/math/pi.cpp +++ b/test/math/pi.cpp @@ -12,9 +12,12 @@ # include "config.h" #endif +#include + #include "core.h" using namespace lol; +using namespace std; int main(int argc, char **argv) {