Add stdint.h to wx-createdisc.cc. Patch from JohnElliott.

This commit is contained in:
SarahW 2018-03-20 17:55:18 +00:00
commit 6c4dcce66e

View file

@ -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"