diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 14:51:35 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2013-06-30 14:52:30 +0200 |
commit | 717aafb9cae9dc4c58599c3a9b85434335785ec2 (patch) | |
tree | e5c6141a4f1018be3528b6764f3eb1f32f954b5d /include/canvas | |
parent | fc98acd38c3ab26c1e0d3d72556123cc40522bff (diff) |
robustify some headers
Change-Id: Id1998b240025973f43691e83cebce17449b060ba
Diffstat (limited to 'include/canvas')
-rw-r--r-- | include/canvas/base/graphicdevicebase.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/canvas/base/graphicdevicebase.hxx b/include/canvas/base/graphicdevicebase.hxx index 5c3372e3f76a..fd36b3de6ac8 100644 --- a/include/canvas/base/graphicdevicebase.hxx +++ b/include/canvas/base/graphicdevicebase.hxx @@ -30,6 +30,7 @@ #include <canvas/parametricpolypolygon.hxx> #include <canvas/propertysethelper.hxx> +#include <canvas/verifyinput.hxx> /* Definition of GraphicDeviceBase class */ |