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/containers/qvector-traits.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'odb/qt/containers/qvector-traits.hxx') diff --git a/odb/qt/containers/qvector-traits.hxx b/odb/qt/containers/qvector-traits.hxx index c86aa01..eebe5e1 100644 --- a/odb/qt/containers/qvector-traits.hxx +++ b/odb/qt/containers/qvector-traits.hxx @@ -8,7 +8,7 @@ #include -#include +#include #include -- cgit v1.1