aboutsummaryrefslogtreecommitdiffstats
path: root/src/tests/test_ed25519.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/test_ed25519.cpp')
-rw-r--r--src/tests/test_ed25519.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tests/test_ed25519.cpp b/src/tests/test_ed25519.cpp
index 32023589c..7cef95a48 100644
--- a/src/tests/test_ed25519.cpp
+++ b/src/tests/test_ed25519.cpp
@@ -7,9 +7,10 @@
#include "tests.h"
#if defined(BOTAN_HAS_ED25519)
+ #include "test_pubkey.h"
#include <botan/ed25519.h>
#include <botan/pkcs8.h>
- #include "test_pubkey.h"
+ #include <botan/data_src.h>
#endif
namespace Botan_Tests {