summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-04-25 12:15:20 +0200
committerCarl Hetherington <cth@carlh.net>2020-04-25 12:15:20 +0200
commitdaae73955974625950ffe235b451ca33da785189 (patch)
tree3337f5346c9ef4025df4d373f37a504ef7b1e695
parent6691e2011a79adb2b65262cc1301995f30914676 (diff)
Missing #include.
-rw-r--r--src/reel.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reel.cc b/src/reel.cc
index 3bf249c9..12ec9344 100644
--- a/src/reel.cc
+++ b/src/reel.cc
@@ -51,6 +51,7 @@
#include "reel_closed_caption_asset.h"
#include <libxml++/nodes/element.h>
#include <boost/foreach.hpp>
+#include <stdint.h>
using std::string;
using std::list;