about summary refs log tree commit diff stats
path: root/cpp/001help.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-05-05 18:15:09 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-05-05 18:15:09 -0700
commitd98e1a188725f75ba54926e50badfc8b1fe74bc3 (patch)
treed3bd8b32609aa1cfc4f9977704b2e0c85c850d25 /cpp/001help.cc
parent82ceda30ad6fb32382bb6d0565c75fe6a1a01b9f (diff)
downloadmu-d98e1a188725f75ba54926e50badfc8b1fe74bc3.tar.gz
1268
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;