summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/containment
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2010-01-22 14:21:35 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2010-01-22 14:21:35 +0200
commit55ffb84acf75d3fa475dfe21d053e404eb753e5a (patch)
treedd55fe6d0e5c5bb3b54b6d68ea7dc9339451bb73 /tests/cxx/tree/containment
parent05abefd3365abd8f4e80b7723e426824888feba8 (diff)
Add missing include, cosmetic changes
Diffstat (limited to 'tests/cxx/tree/containment')
-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"