fix QString header in Unit

This commit is contained in:
jriegel
2013-12-16 00:07:18 +01:00
parent 491643ab60
commit cc2b0275db

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 {