Andre Poenitz wrote:
On Sat, Dec 01, 2007 at 12:57:09PM +0100, Peter Kümmel wrote:
Peter Kümmel wrote:
Andre Poenitz wrote:
#include <ctime>
+#include <vector>
Looks like I have no chance to keep that out. First Abdel, now you ;-}
Sorry, didn't know that this header is that critical at this point.
I will look for a better solution.
Seriously. dirList() is used exactly once in out code, FileName.h gets
included in almost every file, yet quite a bit of the frontend does not
need <vector>. So I'd like to keep it out. Unfortunately, forward
declaration of vector is not as straightforward as e.g. for string and
ostream.
What about this patch?
That's pretty much the original version, right?
Would be ok with me.
Andre'
commited
--
Peter Kümmel