Replace StringError with the equivalent std::runtime_error.
[dcpomatic.git] / src / lib / audio_mapping.cc
index 725109ae66031cd0d43583f964ce86fde3a96b09..4e2e29363516f6a8b1bcb52772799de022ee0e32 100644 (file)
@@ -23,6 +23,7 @@
 #include "raw_convert.h"
 #include <libcxml/cxml.h>
 #include <libxml++/libxml++.h>
+#include <iostream>
 
 using std::list;
 using std::cout;