(svn r12007) -Fix (r12003): win32 compilation was broken again ;)
authorglx
Tue, 29 Jan 2008 00:45:24 +0000
changeset 8437 0da2a03711b9
parent 8436 c2600da0d3e3
child 8438 f37fa8fde784
(svn r12007) -Fix (r12003): win32 compilation was broken again ;)
src/video/win32_v.cpp
--- a/src/video/win32_v.cpp	Tue Jan 29 00:36:55 2008 +0000
+++ b/src/video/win32_v.cpp	Tue Jan 29 00:45:24 2008 +0000
@@ -8,6 +8,7 @@
 #include "../blitter/factory.hpp"
 #include "../network/network.h"
 #include "../core/math_func.hpp"
+#include "../core/random_func.hpp"
 #include "win32_v.h"
 #include <windows.h>
 #include <tchar.h>