base: misc: Add missing header file.

This commit is contained in:
Nilay Vaish 2014-10-11 15:02:22 -05:00
parent 0746e92cd3
commit a9bfea5a35

View file

@ -45,6 +45,7 @@
#ifndef __BASE_MISC_HH__
#define __BASE_MISC_HH__
#include <cassert>
#include <iostream>
#include "base/compiler.hh"