summaryrefslogtreecommitdiffstats
path: root/elaborate.cxx
diff options
context:
space:
mode:
authorfche <fche>2005-12-05 20:04:36 +0000
committerfche <fche>2005-12-05 20:04:36 +0000
commit29e64872aaaf83106315b4fabe72983f73b0dfd2 (patch)
treefd1f369ff8df4d0c72ddfd7069826cbac4f53f3e /elaborate.cxx
parent1bbeef03a440e3ac23d6e5148675450597a58e67 (diff)
downloadsystemtap-steved-29e64872aaaf83106315b4fabe72983f73b0dfd2.tar.gz
systemtap-steved-29e64872aaaf83106315b4fabe72983f73b0dfd2.tar.xz
systemtap-steved-29e64872aaaf83106315b4fabe72983f73b0dfd2.zip
2005-12-05 Frank Ch. Eigler <fche@elastic.org>
* *.cxx: Add <cassert> #include as needed.
Diffstat (limited to 'elaborate.cxx')
-rw-r--r--elaborate.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/elaborate.cxx b/elaborate.cxx
index 7f8a0b91..8cfb455a 100644
--- a/elaborate.cxx
+++ b/elaborate.cxx
@@ -18,6 +18,7 @@ extern "C" {
#include <algorithm>
#include <fstream>
#include <map>
+#include <cassert>
#include <set>
#include <vector>