Missing include

Change-Id: I1516acb038f08479cdd4ffd42d5af1e7ec555d10
This commit is contained in:
Stephan Bergmann
2015-11-26 22:43:40 +01:00
parent 6760dc5f16
commit 017aa343a4
3 changed files with 6 additions and 0 deletions

View File

@@ -32,6 +32,7 @@
#include <com/sun/star/rendering/TexturingMode.hpp> #include <com/sun/star/rendering/TexturingMode.hpp>
#include <com/sun/star/rendering/XPolyPolygon2D.hpp> #include <com/sun/star/rendering/XPolyPolygon2D.hpp>
#include <boost/bind.hpp> #include <boost/bind.hpp>
#include <algorithm>
#include <memory> #include <memory>
#include <math.h> #include <math.h>

View File

@@ -22,6 +22,7 @@
#include "PresenterGeometryHelper.hxx" #include "PresenterGeometryHelper.hxx"
#include "PresenterTimer.hxx" #include "PresenterTimer.hxx"
#include <algorithm>
#include <cmath> #include <cmath>
#include <com/sun/star/accessibility/AccessibleTextType.hpp> #include <com/sun/star/accessibility/AccessibleTextType.hpp>

View File

@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <sal/config.h>
#include <algorithm>
#include "PresenterUIPainter.hxx" #include "PresenterUIPainter.hxx"
#include "PresenterCanvasHelper.hxx" #include "PresenterCanvasHelper.hxx"