Add stdint.h to wx-createdisc.cc. Patch from JohnElliott.
This commit is contained in:
parent
9309c2aefb
commit
6c4dcce66e
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@ extern "C" void pclog(const char *format, ...);
|
|||
#include "wx/wxprec.h"
|
||||
|
||||
#include "wx-dialogbox.h"
|
||||
#include <stdint.h>
|
||||
|
||||
#ifndef WX_PRECOMP
|
||||
#include "wx/wx.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue