summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-10 10:25:26 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-10 10:25:26 +0100
commit1f181883996536ac4b3ea1672160bea4625d75d3 (patch)
tree95e3dc799d252448c0398ff486ed8f4212fbe297 /src
parent82755760ae1d27dc613a12ebfa05b3ee360f8234 (diff)
Missing include.
Diffstat (limited to 'src')
-rw-r--r--src/subtitle_asset.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/subtitle_asset.h b/src/subtitle_asset.h
index 8e9f56d5..258329fc 100644
--- a/src/subtitle_asset.h
+++ b/src/subtitle_asset.h
@@ -26,6 +26,7 @@
#include "data.h"
#include <libcxml/cxml.h>
#include <boost/shared_array.hpp>
+#include <map>
namespace xmlpp {
class Element;