Use icu to remove diacritics from strings.
[dcpomatic.git] / src / lib / audio_point.cc
index 45df0b3a5348f6bf624992e3ef1471f105e13d1b..722673b961337a5057a42beb8bc5164fd0f5058d 100644 (file)
 */
 
 #include "audio_point.h"
-#include "raw_convert.h"
+#include "warnings.h"
+#include <dcp/raw_convert.h>
+DCPOMATIC_DISABLE_WARNINGS
 #include <libxml++/libxml++.h>
+DCPOMATIC_ENABLE_WARNINGS
 
 using std::string;
+using dcp::raw_convert;
 
 AudioPoint::AudioPoint ()
 {