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

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Common/Random.cpp')
-rwxr-xr-xCPP/Common/Random.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Common/Random.cpp b/CPP/Common/Random.cpp
index f4a629c2..9519987e 100755
--- a/CPP/Common/Random.cpp
+++ b/CPP/Common/Random.cpp
@@ -5,7 +5,7 @@
#include <time.h>
#include <stdlib.h>
-#include "Common/Random.h"
+#include "Random.h"
void CRandom::Init(unsigned int seed)
{ srand(seed); }