summaryrefslogtreecommitdiff
path: root/files.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-30 02:39:26 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-30 02:39:26 -0400
commit3ad53d9b68c4e8ef29925845f7f56242ebac0251 (patch)
tree42a29b4eb05b04274e9dc920fe79d732792f41a3 /files.cpp
parent9d579ad208741ede6e5a9e272a99ec41f9baf7f5 (diff)
downloadcryptopp-git-3ad53d9b68c4e8ef29925845f7f56242ebac0251.tar.gz
Added stdcpp.h header
Diffstat (limited to 'files.cpp')
-rw-r--r--files.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/files.cpp b/files.cpp
index 252eee00..5bedaebd 100644
--- a/files.cpp
+++ b/files.cpp
@@ -5,10 +5,9 @@
#ifndef CRYPTOPP_IMPORTS
#include "files.h"
+#include "stdcpp.h"
#include "trap.h"
-#include <limits>
-
NAMESPACE_BEGIN(CryptoPP)
using namespace std;