updated on Wed Jan 25 16:08:47 UTC 2012
[aur-mirror.git] / cgal / boost-1.48.patch
blobc8b3ecdac8abb1d1d2bb619c09b2bce95f925dda
1 diff -u -r CGAL-3.9/include/CGAL/Qt/GraphicsItem.h ../CGAL-3.9/include/CGAL/Qt/GraphicsItem.h
2 --- CGAL-3.9/include/CGAL/Qt/GraphicsItem.h 2009-11-03 12:00:47.000000000 -0800
3 +++ ../CGAL-3.9/include/CGAL/Qt/GraphicsItem.h 2011-12-14 19:51:28.000000000 -0800
4 @@ -24,7 +24,9 @@
5 #include <CGAL/auto_link/Qt4.h>
6 #include <QObject>
7 #include <QGraphicsItem>
8 +#ifndef Q_MOC_RUN
9 #include <CGAL/Object.h>
10 +#endif
14 diff -u -r CGAL-3.9/include/CGAL/Qt/GraphicsViewInput.h ../CGAL-3.9/include/CGAL/Qt/GraphicsViewInput.h
15 --- CGAL-3.9/include/CGAL/Qt/GraphicsViewInput.h 2011-02-24 12:00:56.000000000 -0800
16 +++ ../CGAL-3.9/include/CGAL/Qt/GraphicsViewInput.h 2011-12-14 19:52:01.000000000 -0800
17 @@ -22,7 +22,9 @@
18 #define CGAL_QT_GRAPHICS_VIEW_INPUT_H
20 #include <CGAL/auto_link/Qt4.h>
21 +#ifndef Q_MOC_RUN
22 #include <CGAL/Object.h>
23 +#endif
24 #include <QObject>
26 namespace CGAL {