about summary refs log tree commit diff stats
path: root/cpp/001help.cc
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/001help.cc')
-rw-r--r--cpp/001help.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/001help.cc b/cpp/001help.cc
index 475434e5..de81fbcc 100644
--- a/cpp/001help.cc
+++ b/cpp/001help.cc
@@ -30,6 +30,8 @@ bool is_equal(char* s, const char* lit) {
 }
 
 :(before "End Includes")
+#include<assert.h>
+
 #include<iostream>
 using std::istream;
 using std::ostream;