base: misc: Add missing header file.
authorNilay Vaish <nilay@cs.wisc.edu>
Sat, 11 Oct 2014 20:02:22 +0000 (15:02 -0500)
committerNilay Vaish <nilay@cs.wisc.edu>
Sat, 11 Oct 2014 20:02:22 +0000 (15:02 -0500)
src/base/misc.hh

index 23ecf736b5cc89c4a837032b57c4d43f593bc201..5f89e5f1d34d793267665d28cdfc2c512c08d700 100644 (file)
@@ -45,6 +45,7 @@
 #ifndef __BASE_MISC_HH__
 #define __BASE_MISC_HH__
 
+#include <cassert>
 #include <iostream>
 
 #include "base/compiler.hh"