From f59e405737a25af68ff02bbecb8ea6557e872bc2 Mon Sep 17 00:00:00 2001 From: SarahW Date: Fri, 2 Mar 2018 22:01:13 +0000 Subject: [PATCH] Include stdint.h in wx-createdisc.cc. --- src/wx-createdisc.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wx-createdisc.cc b/src/wx-createdisc.cc index ea0db8f..cd8ccbc 100644 --- a/src/wx-createdisc.cc +++ b/src/wx-createdisc.cc @@ -1,3 +1,5 @@ +#include + extern "C" void pclog(const char *format, ...); #include "wx-createdisc.h"