Missing #include.
authorCarl Hetherington <cth@carlh.net>
Sat, 25 Apr 2020 10:15:20 +0000 (12:15 +0200)
committerCarl Hetherington <cth@carlh.net>
Sat, 25 Apr 2020 10:15:20 +0000 (12:15 +0200)
src/reel.cc

index 3bf249c9d79e534e2cbc4e44a2486bd6dbc84668..12ec93449b3eb3dd9e1deac7ebfe528e4e11c1f7 100644 (file)
@@ -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;