summaryrefslogtreecommitdiff
path: root/test/decryption_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/decryption_test.cc')
-rw-r--r--test/decryption_test.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/test/decryption_test.cc b/test/decryption_test.cc
index eb305c6a..ce5aeece 100644
--- a/test/decryption_test.cc
+++ b/test/decryption_test.cc
@@ -57,6 +57,11 @@
#include <boost/scoped_array.hpp>
+#ifndef M_PI
+#define M_PI (3.14159265358979323846)
+#endif
+
+
using std::dynamic_pointer_cast;
using std::make_pair;
using std::make_shared;