mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
15 lines
312 B
Plaintext
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)
|