Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/tests/TestCryptographicHash/TestCryptographicHash.cpp')
-rw-r--r--src/tests/TestCryptographicHash/TestCryptographicHash.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/TestCryptographicHash/TestCryptographicHash.cpp b/src/tests/TestCryptographicHash/TestCryptographicHash.cpp
index 653a9b72a..90be99485 100644
--- a/src/tests/TestCryptographicHash/TestCryptographicHash.cpp
+++ b/src/tests/TestCryptographicHash/TestCryptographicHash.cpp
@@ -9,7 +9,7 @@
#include "SSL.h"
-#include "CryptographicHash.h"
+#include "crypto/CryptographicHash.h"
class TestCryptographicHash : public QObject {
Q_OBJECT