summaryrefslogtreecommitdiff
path: root/ept
diff options
context:
space:
mode:
authorEnrico Zini <enrico@enricozini.org>2009-12-15 18:25:00 +0000
committerEnrico Zini <enrico@enricozini.org>2009-12-15 18:29:40 +0000
commit868ef77b1ce271923bb00ca77db8c5a5f32a1e54 (patch)
tree37858be96514d8fa8b8c190774c969d39353f6cb /ept
parentd9a8a46212f7b884f5a036a7492e9ab7066eb458 (diff)
downloadlibept-868ef77b1ce271923bb00ca77db8c5a5f32a1e54.tar.gz
Added more missing headers
Diffstat (limited to 'ept')
-rw-r--r--ept/debtags/debtags.test.h1
-rw-r--r--ept/debtags/maint/vocabularyindexer.cc1
-rw-r--r--ept/debtags/maint/vocabularymerger.cc1
3 files changed, 3 insertions, 0 deletions
diff --git a/ept/debtags/debtags.test.h b/ept/debtags/debtags.test.h
index 5408e1a..f360cc6 100644
--- a/ept/debtags/debtags.test.h
+++ b/ept/debtags/debtags.test.h
@@ -33,6 +33,7 @@
#include <wibble/operators.h>
#include <ept/test.h>
+#include <cstdio>
#ifndef EPT_DEBTAGS_TESTH
#define EPT_DEBTAGS_TESTH
diff --git a/ept/debtags/maint/vocabularyindexer.cc b/ept/debtags/maint/vocabularyindexer.cc
index 89ab467..82df067 100644
--- a/ept/debtags/maint/vocabularyindexer.cc
+++ b/ept/debtags/maint/vocabularyindexer.cc
@@ -2,6 +2,7 @@
#include <ept/debtags/vocabulary.h>
#include <ept/debtags/maint/vocabularymerger.h>
#include <ept/debtags/maint/path.h>
+#include <cstdio>
namespace ept {
namespace debtags {
diff --git a/ept/debtags/maint/vocabularymerger.cc b/ept/debtags/maint/vocabularymerger.cc
index 583d41a..db1355d 100644
--- a/ept/debtags/maint/vocabularymerger.cc
+++ b/ept/debtags/maint/vocabularymerger.cc
@@ -24,6 +24,7 @@
#include <cassert>
#include <cstring>
+#include <cstdio>
using namespace std;
using namespace tagcoll;