]> git.netwichtig.de Git - user/henk/code/inspircd.git/commitdiff
Include psapi.h to fix stats.cpp compiling.
authorpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 11 Oct 2009 20:39:47 +0000 (20:39 +0000)
committerpeavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7>
Sun, 11 Oct 2009 20:39:47 +0000 (20:39 +0000)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11840 e03df62e-2008-0410-955e-edbf42e46eb7

win/inspircd_win32wrapper.h

index 6b068adeaa20b2695484b0e192e7e87e04ae2a08..4b9ce80ec7befc667ff950765e822b2496bbad0f 100644 (file)
@@ -101,6 +101,7 @@ typedef unsigned __int32 uint32_t;
 #include <stdio.h>
 #include <algorithm>
 #include <io.h>
+#include <psapi.h>
 
 #ifdef ENABLE_CRASHDUMPS
 #include <DbgHelp.h>