diff options
author | Kartik K. Agaram <vc@akkartik.com> | 2016-03-13 16:56:00 -0700 |
---|---|---|
committer | Kartik K. Agaram <vc@akkartik.com> | 2016-03-13 16:56:00 -0700 |
commit | 63f0b139af78f1c43154c1ff637bc6985c239171 (patch) | |
tree | 7130f0d66651821761976bd9d62cf95bcbeb8890 /tangle | |
parent | d8f2d0b130afd96a4f4f3965686877aa0ad8c11a (diff) | |
download | mu-63f0b139af78f1c43154c1ff637bc6985c239171.tar.gz |
2768 - get working in Linux again
Need to start testing every commit on Linux in addition to Mac.
Diffstat (limited to 'tangle')
-rw-r--r-- | tangle/boot.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tangle/boot.cc b/tangle/boot.cc index 33379f24..2b24f6d7 100644 --- a/tangle/boot.cc +++ b/tangle/boot.cc @@ -1,4 +1,6 @@ #include<assert.h> +#include<cstdlib> +#include<cstring> #include<vector> using std::vector; |