diff options
| author | Liam P. White <inkscapebrony@gmail.com> | 2014-08-18 22:11:21 +0000 |
|---|---|---|
| committer | Liam P. White <inkscapebrony@gmail.com> | 2014-08-18 22:11:21 +0000 |
| commit | e51ba41566f57ebd0a5458188373b837c4d6d55e (patch) | |
| tree | 5b0763e76613327ac6906f3b2e2376e30ff981a3 /src/widgets/button.cpp | |
| parent | Fix build (not pretty). (diff) | |
| download | inkscape-e51ba41566f57ebd0a5458188373b837c4d6d55e.tar.gz inkscape-e51ba41566f57ebd0a5458188373b837c4d6d55e.zip | |
Fix gtk3 build
(bzr r13341.1.147)
Diffstat (limited to 'src/widgets/button.cpp')
| -rw-r--r-- | src/widgets/button.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/button.cpp b/src/widgets/button.cpp index 63bb390fb..f97bba072 100644 --- a/src/widgets/button.cpp +++ b/src/widgets/button.cpp @@ -11,6 +11,7 @@ * This code is in public domain */ +#include <glibmm.h> #include "icon.h" #include "button.h" |
