summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/cxx/tree/containment/driver.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/cxx/tree/containment/driver.cxx b/tests/cxx/tree/containment/driver.cxx
index d60af56..cb6c76e 100644
--- a/tests/cxx/tree/containment/driver.cxx
+++ b/tests/cxx/tree/containment/driver.cxx
@@ -1,4 +1,4 @@
-// file : tests/cxx/tree/test-template/driver.cxx
+// file : tests/cxx/tree/containment/driver.cxx
// author : Boris Kolpackov <boris@codesynthesis.com>
// copyright : Copyright (c) 2006-2010 Code Synthesis Tools CC
// license : GNU GPL v2 + exceptions; see accompanying LICENSE file
@@ -7,6 +7,7 @@
//
#include <memory> // std::auto_ptr
+#include <cassert>
#include "test.hxx"