summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-27 16:18:43 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-27 16:18:43 -0400
commitab33799f5ae08a739789be6f381e996e98aed404 (patch)
treed65ff5a73473634dca28ae09e91f10f74f7aa782 /stdcpp.h
parent69afee37b030dcba77cdf1e0ee1d13071e703a27 (diff)
downloadcryptopp-git-ab33799f5ae08a739789be6f381e996e98aed404.tar.gz
Added missing <limits> for MinGW compile
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stdcpp.h b/stdcpp.h
index cf73e054..955076e5 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -31,6 +31,7 @@
#include <map>
#include <vector>
#include <string>
+#include <limits>
#include <exception>
#include <typeinfo>
#include <algorithm>