summaryrefslogtreecommitdiff
path: root/src/lib/raw_convert.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/raw_convert.h')
-rw-r--r--src/lib/raw_convert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/raw_convert.h b/src/lib/raw_convert.h
index 2e5d1373c..b0973583a 100644
--- a/src/lib/raw_convert.h
+++ b/src/lib/raw_convert.h
@@ -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).