diff options
author | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-11 20:39:47 +0000 |
---|---|---|
committer | peavey <peavey@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-10-11 20:39:47 +0000 |
commit | 60664afca1575d046418d1aa2a9e787cc33bc463 (patch) | |
tree | 1e24d17ec8ac2670a82d190f86811660a92e51e4 /win | |
parent | 4fa4afe580c9df90db4e7fe61f59643752991600 (diff) |
Include psapi.h to fix stats.cpp compiling.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11840 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'win')
-rw-r--r-- | win/inspircd_win32wrapper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win/inspircd_win32wrapper.h b/win/inspircd_win32wrapper.h index 6b068adea..4b9ce80ec 100644 --- a/win/inspircd_win32wrapper.h +++ b/win/inspircd_win32wrapper.h @@ -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> |