summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-05-04 01:57:02 +0100
committerCarl Hetherington <cth@carlh.net>2015-05-04 01:57:02 +0100
commit4c803f050244e145f6e8948efbee0b4249e7f93b (patch)
tree4b32775a771a107b444986fc4f42fe58126cfe78 /src
parent9a4db82d97997a37b5f0114985bd80f521a182ea (diff)
Try to fix build.
Diffstat (limited to 'src')
-rw-r--r--src/wx/content_properties_dialog.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wx/content_properties_dialog.cc b/src/wx/content_properties_dialog.cc
index 06184413e..76de75ea6 100644
--- a/src/wx/content_properties_dialog.cc
+++ b/src/wx/content_properties_dialog.cc
@@ -23,6 +23,7 @@
#include "lib/content.h"
#include "lib/video_content.h"
#include "lib/audio_content.h"
+#include <boost/algorithm/string.hpp>
using std::string;
using boost::shared_ptr;