From e10e8aab78cd70edc606b475d7feca2f0845f780 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 27 Apr 2011 12:34:56 +0200 Subject: Use QtCore prefix when including Qt headers This appears to be more portable. For example, on Mac OS X with -framework QtCore option include does not work while including does. --- odb/qt/basic/sqlite/default-mapping.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'odb/qt/basic/sqlite/default-mapping.hxx') diff --git a/odb/qt/basic/sqlite/default-mapping.hxx b/odb/qt/basic/sqlite/default-mapping.hxx index 7211700..cc04ddd 100644 --- a/odb/qt/basic/sqlite/default-mapping.hxx +++ b/odb/qt/basic/sqlite/default-mapping.hxx @@ -6,8 +6,8 @@ #ifndef ODB_QT_BASIC_SQLITE_DEFAULT_MAPPING_HXX #define ODB_QT_BASIC_SQLITE_DEFAULT_MAPPING_HXX -#include -#include +#include +#include // Map QString to SQLite TEXT by default. Allow NULL values by default as // QString provides a null representation. -- cgit v1.1