summaryrefslogtreecommitdiff
path: root/fipsalgt.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-30 03:30:27 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-30 03:30:27 -0400
commitf61577af9da8bd24eb9e246adc1862f18dd8ce9c (patch)
tree2b90547519827b58a6feb3dfb0b3fbbdbfeb8328 /fipsalgt.cpp
parent3ad53d9b68c4e8ef29925845f7f56242ebac0251 (diff)
downloadcryptopp-git-f61577af9da8bd24eb9e246adc1862f18dd8ce9c.tar.gz
Included "integer.h" in source files with Integer dependencies so make would rebuild stale object files
Diffstat (limited to 'fipsalgt.cpp')
-rw-r--r--fipsalgt.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/fipsalgt.cpp b/fipsalgt.cpp
index 95f8f7c6..08361ccd 100644
--- a/fipsalgt.cpp
+++ b/fipsalgt.cpp
@@ -7,6 +7,9 @@
#ifndef CRYPTOPP_IMPORTS
#define CRYPTOPP_DEFAULT_NO_DLL
#endif
+
+#include "config.h"
+#include "integer.h"
#include "dll.h"
#include "oids.h"
#include "trap.h"