Include stdint.h in wx-createdisc.cc.

This commit is contained in:
SarahW 2018-03-02 22:01:13 +00:00
commit f59e405737

View file

@ -1,3 +1,5 @@
#include <stdint.h>
extern "C" void pclog(const char *format, ...);
#include "wx-createdisc.h"