summaryrefslogtreecommitdiff
path: root/xtr.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-23 20:14:15 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-23 20:14:15 -0400
commit20e652abbb934fdee6a5ecf79fe1b036691c60a8 (patch)
treead0779f15259a758b9acb32791d4cda83743e72f /xtr.cpp
parentdb40142116bb233e7ee75d8acfaf561f5b41cca5 (diff)
downloadcryptopp-git-20e652abbb934fdee6a5ecf79fe1b036691c60a8.tar.gz
Cleared "unused parameter" warning with GCC 5.1 and -Wextra
Diffstat (limited to 'xtr.cpp')
-rw-r--r--xtr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xtr.cpp b/xtr.cpp
index 0257f64d..3cf8d97f 100644
--- a/xtr.cpp
+++ b/xtr.cpp
@@ -2,6 +2,7 @@
#include "pch.h"
#include "xtr.h"
+#include "misc.h"
#include "nbtheory.h"
#include "algebra.cpp"