summaryrefslogtreecommitdiff
path: root/modexppc.h
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 /modexppc.h
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 'modexppc.h')
-rw-r--r--modexppc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/modexppc.h b/modexppc.h
index 4d47281f..615aa110 100644
--- a/modexppc.h
+++ b/modexppc.h
@@ -1,6 +1,8 @@
#ifndef CRYPTOPP_MODEXPPC_H
#define CRYPTOPP_MODEXPPC_H
+#include "cryptlib.h"
+#include "integer.h"
#include "modarith.h"
#include "eprecomp.h"
#include "smartptr.h"