This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
agave/agave-gcc43.patch
Vivek Shah 2025ab50e0 - Updated to new upstream version
- Fixed gconf preun scriptlet
2009-11-18 17:08:46 +00:00

10 lines
323 B
Diff

--- agave-0.4.4/src/paletteparser/palette.h.gcc43 2009-11-18 21:22:41.778134993 +0530
+++ agave-0.4.4/src/paletteparser/palette.h 2009-11-18 21:23:15.044136768 +0530
@@ -26,6 +26,7 @@
#ifndef __PP_PALETTE_H
#define __PP_PALETTE_H
+#include <cstring>
#include <iostream>
#include <vector>
#include <glibmm/ustring.h>