summaryrefslogtreecommitdiffstats
path: root/parse.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 /parse.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 'parse.cxx')
-rw-r--r--parse.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/parse.cxx b/parse.cxx
index e46d3973..04123a4d 100644
--- a/parse.cxx
+++ b/parse.cxx
@@ -14,6 +14,7 @@
#include <fstream>
#include <cctype>
#include <cstdlib>
+#include <cassert>
#include <cerrno>
#include <climits>
#include <sstream>