Update a missing required header

This commit is contained in:
Danny Robson 2011-07-29 17:37:05 +10:00
parent 3a13bdfa34
commit b642590ab2

View File

@ -21,6 +21,7 @@
#define __TYPES_HPP
#include "annotations.hpp"
#include "debug.hpp"
#include "enable_if.hpp"
#include <cstdint>