diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-25 12:15:20 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-25 12:15:20 +0200 |
| commit | daae73955974625950ffe235b451ca33da785189 (patch) | |
| tree | 3337f5346c9ef4025df4d373f37a504ef7b1e695 /src | |
| parent | 6691e2011a79adb2b65262cc1301995f30914676 (diff) | |
Missing #include.
Diffstat (limited to 'src')
| -rw-r--r-- | src/reel.cc | 1 |
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; |
