Use the boost cstdint include like we do in the rest of the
project
This commit is contained in:
Chris Beck 2014-06-19 12:12:45 -04:00
parent 871f2f4591
commit 16da9a7074

View file

@ -15,7 +15,7 @@
#ifndef KEY_HPP_INCLUDED
#define KEY_HPP_INCLUDED
#include <inttypes.h>
#include <boost/cstdint.hpp>
/**
* Class that keeps track of all the keys on the keyboard.