From ea6635c86d9a3a71aaab280a1023c8589fc31cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20M=C3=B6ller?= Date: Wed, 20 Jun 2012 10:20:27 +0000 Subject: [PATCH] Include the header with the declaration so that the declaration with the attribute precedes the definition. --- GraphicsView/src/CGALQt4/resources.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/GraphicsView/src/CGALQt4/resources.cpp b/GraphicsView/src/CGALQt4/resources.cpp index 6444dd937ff..e15cc66b861 100644 --- a/GraphicsView/src/CGALQt4/resources.cpp +++ b/GraphicsView/src/CGALQt4/resources.cpp @@ -19,6 +19,7 @@ // Author(s) : Laurent Rineau #include +#include // cannot use namespaces because of the Q_INIT_RESOURCE macro void CGAL_Qt4_init_resources() {