summaryrefslogtreecommitdiff
path: root/include/basegfx/DrawCommands.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/basegfx/DrawCommands.hxx')
-rw-r--r--include/basegfx/DrawCommands.hxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/include/basegfx/DrawCommands.hxx b/include/basegfx/DrawCommands.hxx
index 23afbecb9273..36321c312ba7 100644
--- a/include/basegfx/DrawCommands.hxx
+++ b/include/basegfx/DrawCommands.hxx
@@ -7,6 +7,13 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
+#ifndef INCLUDED_BASEGFX_DRAWCOMMANDS_H
+#define INCLUDED_BASEGFX_DRAWCOMMANDS_H
+
+#include <memory>
+
+namespace gfx
+{
class DrawBase;
class DrawCommand
@@ -71,4 +78,8 @@ public:
}
};
+} // end namespace gfx
+
+#endif // INCLUDED_BASEGFX_DRAWCOMMANDS_H
+
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */