2013-09-26 17:14:40 +02:00

15 lines
312 B
Plaintext

$NetBSD: patch-ab,v 1.1 2006/05/02 13:31:55 joerg Exp $
--- src/Core/argVec.hh.orig 2006-05-02 13:02:12.000000000 +0000
+++ src/Core/argVec.hh
@@ -91,6 +91,9 @@ private:
pointer basePtr;
};
+#include "dagNode.hh"
+#include "memoryCell.hh"
+
template<class T>
inline
ArgVec<T>::ArgVec(size_type length)