mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
add missing includes
svn path=/trunk/; revision=22645
This commit is contained in:
parent
e18611f0ad
commit
2eddc82aca
2 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
// Copyright J Brown 2001
|
||||
//
|
||||
#include <windows.h>
|
||||
#include <stdlib.h>
|
||||
#include "cardlib.h"
|
||||
#include "cardregion.h"
|
||||
#include "cardcolor.h"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
#include <windows.h>
|
||||
#include <commctrl.h>
|
||||
#include <tchar.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "resource.h"
|
||||
#include "cardlib/cardlib.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue