summaryrefslogtreecommitdiffstats
path: root/src/corelib/thread/qbasicatomic.h
diff options
context:
space:
mode:
authorDenis Dzyubenko <denis.dzyubenko@nokia.com>2012-01-27 12:57:46 +0100
committerQt by Nokia <qt-info@nokia.com>2012-01-27 22:48:58 +0100
commit3d84b592ded2e02c8e507eb67a0278aaf5372651 (patch)
tree7a89db3fd8b52ab6607d82a9cd8c76c8657afa60 /src/corelib/thread/qbasicatomic.h
parent6b46741876f956e5424257888cbd9be61916fc3e (diff)
Fixed includes in public headers
Change-Id: I360c94d41691a618f1bec97da8317c9dcee658c0 Reviewed-by: Lars Knoll <lars.knoll@nokia.com>
Diffstat (limited to 'src/corelib/thread/qbasicatomic.h')
-rw-r--r--src/corelib/thread/qbasicatomic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/corelib/thread/qbasicatomic.h b/src/corelib/thread/qbasicatomic.h
index a39ed0d56a..a9a3fe92c6 100644
--- a/src/corelib/thread/qbasicatomic.h
+++ b/src/corelib/thread/qbasicatomic.h
@@ -63,7 +63,7 @@
#endif
#ifdef QT_OLD_ATOMICS
-# include "qoldbasicatomic.h"
+# include "QtCore/qoldbasicatomic.h"
# undef QT_OLD_ATOMICS
#else