From d930a9bc5a69b33dc7fe707838ccdd72e89f8079 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 11 Sep 2003 08:31:29 +0000 Subject: [PATCH] * Added some missing #includes. --- src/archive.cc | 2 ++ src/pathlocks.cc | 2 ++ src/references.cc | 1 + src/util.cc | 2 ++ 4 files changed, 7 insertions(+) diff --git a/src/archive.cc b/src/archive.cc index 9170ca3ad6..4a6211e00e 100644 --- a/src/archive.cc +++ b/src/archive.cc @@ -1,3 +1,5 @@ +#include +#include #include #include diff --git a/src/pathlocks.cc b/src/pathlocks.cc index 78aae26bdb..93f456ace6 100644 --- a/src/pathlocks.cc +++ b/src/pathlocks.cc @@ -1,3 +1,5 @@ +#include + #include #include "pathlocks.hh" diff --git a/src/references.cc b/src/references.cc index 8934d53061..be432665b8 100644 --- a/src/references.cc +++ b/src/references.cc @@ -1,3 +1,4 @@ +#include #include #include diff --git a/src/util.cc b/src/util.cc index f2cdb1d723..bedd031def 100644 --- a/src/util.cc +++ b/src/util.cc @@ -1,4 +1,6 @@ #include +#include +#include #include #include