diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2015-02-18 14:46:30 -0800 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2015-02-18 14:46:30 -0800 |
commit | 9fc64bbc95bb4e55f28f5262d0f5c660177f0a19 (patch) | |
tree | 966c29138ee7297b305995168dc3293d11e1cfd4 /cpp/literate/009includes | |
parent | 96ac511e9e789dfe0dd16e5216b7a957338fe3d3 (diff) | |
download | mu-9fc64bbc95bb4e55f28f5262d0f5c660177f0a19.tar.gz |
781 - first instruction to run in literate C++ version
Diffstat (limited to 'cpp/literate/009includes')
-rw-r--r-- | cpp/literate/009includes | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/literate/009includes b/cpp/literate/009includes index c49c6c21..5c9a8d65 100644 --- a/cpp/literate/009includes +++ b/cpp/literate/009includes @@ -2,6 +2,7 @@ // More tightly-targeted includes show up in other files. :(before "End Includes") +#include<assert.h> #include<cstdio> #include<cstring> #include<cstdlib> |