void-packages/srcpkgs/djvulibre/patches/djvu-3.5.23-gcc-4.6.patch
2011-10-21 22:01:45 +02:00

13 lines
278 B
Diff

--- libdjvu/GSmartPointer.h~ 2011-03-29 12:35:05.000000000 +0400
+++ libdjvu/GSmartPointer.h 2011-03-29 12:35:25.000000000 +0400
@@ -58,6 +58,9 @@
#ifndef _GSMARTPOINTER_H_
#define _GSMARTPOINTER_H_
+
+#include <cstring>
+
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif