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/TestCryptographicRandom/TestCryptographicRandom.cpp')
-rw-r--r--src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp b/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp
index be9d04fa5..ee1a2edd7 100644
--- a/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp
+++ b/src/tests/TestCryptographicRandom/TestCryptographicRandom.cpp
@@ -8,7 +8,7 @@
#include "SSL.h"
-#include "CryptographicRandom.h"
+#include "crypto/CryptographicRandom.h"
#include <stdint.h>
#include <stdlib.h>