diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-10 08:22:55 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-10 08:22:55 +0000 |
commit | 5b9fd5277921ae09ba13536915cf44d9217c6ad8 (patch) | |
tree | f78e3bcf81f4385b77e346c8cec1b8b15c33fd17 /graphics/agave/files/patch-src__widgets__gcs-paletteview.h | |
parent | Fix stage violation (diff) |
graphics/agave: Upgrade version 0.4.2 => 0.4.7 and stage
PR: 192477
Submitted by: Ports Fury
Diffstat (limited to 'graphics/agave/files/patch-src__widgets__gcs-paletteview.h')
-rw-r--r-- | graphics/agave/files/patch-src__widgets__gcs-paletteview.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/graphics/agave/files/patch-src__widgets__gcs-paletteview.h b/graphics/agave/files/patch-src__widgets__gcs-paletteview.h new file mode 100644 index 000000000000..70fe6a9f94b1 --- /dev/null +++ b/graphics/agave/files/patch-src__widgets__gcs-paletteview.h @@ -0,0 +1,10 @@ +--- src/widgets/gcs-paletteview.h.orig ++++ src/widgets/gcs-paletteview.h +@@ -40,6 +40,7 @@ + #include "core/gcs-types.h" + #include "core/gcs-color.h" + #include "paletteparser/palette.h" ++#include "palettetreemodel.h" + #include "palette-selector.h" + + using namespace Gnome; |