aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf/QPDF_Name.cc
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2008-11-23 20:11:24 +0100
committerJay Berkenbilt <ejb@ql.org>2008-11-23 20:11:24 +0100
commit07dc592182cb5e8a9e10bd4bcb000112a28bc24c (patch)
treefc13575c180c1e18561d637cec2eea944255c200 /libqpdf/QPDF_Name.cc
parent1f67d95e2583e01a0ea5ba1234d7274bbc62c607 (diff)
downloadqpdf-07dc592182cb5e8a9e10bd4bcb000112a28bc24c.tar.zst
gcc 4.4 fixes
git-svn-id: svn+q:///qpdf/trunk@642 71b93d88-0707-0410-a8cf-f5a4172ac649
Diffstat (limited to 'libqpdf/QPDF_Name.cc')
-rw-r--r--libqpdf/QPDF_Name.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqpdf/QPDF_Name.cc b/libqpdf/QPDF_Name.cc
index d3c4ed40..2dac795f 100644
--- a/libqpdf/QPDF_Name.cc
+++ b/libqpdf/QPDF_Name.cc
@@ -2,6 +2,7 @@
#include <qpdf/QPDF_Name.hh>
#include <string.h>
+#include <stdio.h>
QPDF_Name::QPDF_Name(std::string const& name) :
name(name)