fixup 871f2f4591
Use the boost cstdint include like we do in the rest of the project
This commit is contained in:
parent
871f2f4591
commit
16da9a7074
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue