about summary refs log tree commit diff stats
path: root/subx/000organization.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/000organization.cc')
-rw-r--r--subx/000organization.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/subx/000organization.cc b/subx/000organization.cc
index 753ddca1..320c0d4b 100644
--- a/subx/000organization.cc
+++ b/subx/000organization.cc
@@ -129,6 +129,7 @@ int main(int argc, char* argv[]) {
 
 //: our first directive; insert the following header at the start of the program
 :(before "End Includes")
+#include <assert.h>
 #include <stdlib.h>
 
 //: Without directives or with the :(code) directive, lines get added at the