Kaydet (Commit) 017aa343 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Missing include

Change-Id: I1516acb038f08479cdd4ffd42d5af1e7ec555d10
üst 6760dc5f
......@@ -32,6 +32,7 @@
#include <com/sun/star/rendering/TexturingMode.hpp>
#include <com/sun/star/rendering/XPolyPolygon2D.hpp>
#include <boost/bind.hpp>
#include <algorithm>
#include <memory>
#include <math.h>
......
......@@ -22,6 +22,7 @@
#include "PresenterGeometryHelper.hxx"
#include "PresenterTimer.hxx"
#include <algorithm>
#include <cmath>
#include <com/sun/star/accessibility/AccessibleTextType.hpp>
......
......@@ -17,6 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
#include <sal/config.h>
#include <algorithm>
#include "PresenterUIPainter.hxx"
#include "PresenterCanvasHelper.hxx"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment