- Update to r53061
[reactos.git] / base / applications / games / solitaire / solitaire.h
index ae52831..ddd00ad 100644 (file)
@@ -1,4 +1,11 @@
-#pragma once
+
+#include <windows.h>
+#include <commctrl.h>
+#include <tchar.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include "resource.h"
+#include "cardlib.h"
 
 extern CardWindow SolWnd;
 extern TCHAR szAppName[];