Basic (untested) ebur128 (#368).
[dcpomatic.git] / src / lib / raw_convert.h
index 2e5d1373cabe956a0d29862ea36172e473bcbbab..b0973583a9e0d7619fefe8019de38a5e7106fa6d 100644 (file)
@@ -17,8 +17,8 @@
 
 */
 
-#include <iomanip>
 #include "safe_stringstream.h"
+#include <iomanip>
 
 /** A sort-of version of boost::lexical_cast that does uses the "C"
  *  locale (i.e. no thousands separators and a . for the decimal separator).