diff options
Diffstat (limited to 'src/misc/cairo.hpp')
-rw-r--r-- | src/misc/cairo.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/misc/cairo.hpp b/src/misc/cairo.hpp index b66fa34..37c71d6 100644 --- a/src/misc/cairo.hpp +++ b/src/misc/cairo.hpp @@ -1,5 +1,7 @@ #pragma once +#include <cairomm/context.h> + namespace CairoUtil { void PathRoundedRect(const Cairo::RefPtr<Cairo::Context> &cr, double x, double y, double w, double h, double r); } // namespace CairoUtil |