summaryrefslogtreecommitdiffstats
path: root/kviewshell/plugins/djvu
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-22 20:17:08 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-22 20:17:08 +0000
commit56e79472366b958a2ffa31f2cf02cd908d064c8e (patch)
tree843636ed29e9d5cfb5c95f358bc997be1cac5b40 /kviewshell/plugins/djvu
parent5f63ee9f50176245bca319e902b2b8575cd0074f (diff)
downloadtdegraphics-56e79472366b958a2ffa31f2cf02cd908d064c8e.tar.gz
tdegraphics-56e79472366b958a2ffa31f2cf02cd908d064c8e.zip
Fix kdegraphics FTBFS under gcc4.6
Thanks to David Rankin for the patch! git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1242777 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kviewshell/plugins/djvu')
-rw-r--r--kviewshell/plugins/djvu/libdjvu/GSmartPointer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kviewshell/plugins/djvu/libdjvu/GSmartPointer.h b/kviewshell/plugins/djvu/libdjvu/GSmartPointer.h
index c12db5cb..b10ca83a 100644
--- a/kviewshell/plugins/djvu/libdjvu/GSmartPointer.h
+++ b/kviewshell/plugins/djvu/libdjvu/GSmartPointer.h
@@ -56,6 +56,7 @@
#ifndef _GSMARTPOINTER_H_
#define _GSMARTPOINTER_H_
+#include <cstddef>
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif