summaryrefslogtreecommitdiff
path: root/modarith.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 /modarith.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 'modarith.h')
-rw-r--r--modarith.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modarith.h b/modarith.h
index a03790df..3ba57867 100644
--- a/modarith.h
+++ b/modarith.h
@@ -4,9 +4,9 @@
// implementations are in integer.cpp
#include "cryptlib.h"
-#include "misc.h"
#include "integer.h"
#include "algebra.h"
+#include "misc.h"
NAMESPACE_BEGIN(CryptoPP)