Add missing #includes.

This commit is contained in:
jzmaddock
2015-10-18 18:13:27 +01:00
parent 39fda8e55b
commit 0abd5557c0

View File

@ -14,6 +14,8 @@
#include <unicode/uchar.h> #include <unicode/uchar.h>
#include <unicode/coll.h> #include <unicode/coll.h>
#include <boost/scoped_ptr.hpp> #include <boost/scoped_ptr.hpp>
#include <iostream>
#include <iomanip>
#if defined(_MSC_VER) && !defined(_DLL) #if defined(_MSC_VER) && !defined(_DLL)
#error "Mixing ICU with a static runtime doesn't work" #error "Mixing ICU with a static runtime doesn't work"