summaryrefslogtreecommitdiff
path: root/datatest.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2018-11-04 15:36:13 -0500
committerJeffrey Walton <noloader@gmail.com>2018-11-04 15:36:13 -0500
commitf5bce1ab8c32fe04cb78f7aef4a614f97db7d3fd (patch)
treee2f6e587edd23d0b5b01eb83f62c06e11acd6247 /datatest.cpp
parent6cc763939e6089584c1a8e939d390e2a82619887 (diff)
downloadcryptopp-git-f5bce1ab8c32fe04cb78f7aef4a614f97db7d3fd.tar.gz
Fix missing errno on PPC64 with GCC 4.8.5
Diffstat (limited to 'datatest.cpp')
-rw-r--r--datatest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/datatest.cpp b/datatest.cpp
index ba90c5d2..2caa35fd 100644
--- a/datatest.cpp
+++ b/datatest.cpp
@@ -20,6 +20,7 @@
#include <iostream>
#include <sstream>
+#include <cerrno>
// Aggressive stack checking with VS2005 SP1 and above.
#if (_MSC_FULL_VER >= 140050727)