aboutsummaryrefslogtreecommitdiff
path: root/sword2/driver
diff options
context:
space:
mode:
Diffstat (limited to 'sword2/driver')
-rw-r--r--sword2/driver/animation.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sword2/driver/animation.h b/sword2/driver/animation.h
index 8060303a4c..0f48d9a4b9 100644
--- a/sword2/driver/animation.h
+++ b/sword2/driver/animation.h
@@ -1,6 +1,9 @@
#ifndef ANIMATION_H
#define ANIMATION_H
+#ifndef _MSC_VER
+#include <inttypes.h>
+#endif
#ifdef USE_MPEG2
extern "C" {
#include <mpeg2dec/mpeg2.h>