[TASKMGR] Implement proper process tree ending
[reactos.git] / base / applications / taskmgr / precomp.h
index d99e58f..d929d4c 100644 (file)
@@ -5,6 +5,7 @@
 #error Task-Manager uses NDK functions, so it can only be compiled with Unicode support enabled!
 #endif
 
+#include <stdio.h>
 #include <stdlib.h>
 #include <stdarg.h>
 
@@ -17,6 +18,7 @@
 #include <winreg.h>
 #include <commctrl.h>
 #include <shellapi.h>
+#include <tlhelp32.h>
 
 #include "column.h"
 #include "taskmgr.h"
@@ -30,5 +32,6 @@
 #include "optnmenu.h"
 #include "run.h"
 #include "trayicon.h"
+#include "shutdown.h"
 
 #endif /* __PRECOMP_H */