fix QString header in Unit

This commit is contained in:
jriegel 2013-12-16 00:07:18 +01:00
parent 73684a9fdb
commit 03c40f949c

View File

@ -26,11 +26,11 @@
#ifdef _MSC_VER
# include <boost/cstdint.hpp>
# include <QString>
#else
# include <stdint.h>
#endif
#include <string>
#include <QString>
namespace Base {