summaryrefslogtreecommitdiff
path: root/queue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'queue.cpp')
-rw-r--r--queue.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/queue.cpp b/queue.cpp
index d700cf0..0b430bc 100644
--- a/queue.cpp
+++ b/queue.cpp
@@ -1,6 +1,9 @@
// queue.cpp - written and placed in the public domain by Wei Dai
#include "pch.h"
+
+#ifndef CRYPTOPP_IMPORTS
+
#include "queue.h"
#include "filters.h"
@@ -548,3 +551,5 @@ unsigned int ByteQueue::Walker::CopyRangeTo2(BufferedTransformation &target, uns
}
NAMESPACE_END
+
+#endif