Skip to content

Commit

Permalink
fixup 871f2f4
Browse files Browse the repository at this point in the history
Use the boost cstdint include like we do in the rest of the
project
  • Loading branch information
cbeck88 committed Jun 19, 2014
1 parent 871f2f4 commit 16da9a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/key.hpp
Expand Up @@ -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.
Expand Down

0 comments on commit 16da9a7

Please sign in to comment.