more includes

This commit is contained in:
Rudolf Polzer 2011-05-01 21:36:07 +02:00
parent 1486221a62
commit 5f301ec16e
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#define AFX_DPATCH_H__26C6B083_CE5B_420B_836B_1DDA733C04CE__INCLUDED_
#include <list>
#include <stdlib.h>
typedef struct
{

View File

@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#pragma once
#endif // _MSC_VER > 1000
#include <stdlib.h>
#include "mathlib.h"
#include "DMap.h"
class DBrush;