aboutsummaryrefslogtreecommitdiff
path: root/src/games/tetris/Board.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/games/tetris/Board.hpp')
-rw-r--r--src/games/tetris/Board.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/games/tetris/Board.hpp b/src/games/tetris/Board.hpp
index a91556b..ae6aa0d 100644
--- a/src/games/tetris/Board.hpp
+++ b/src/games/tetris/Board.hpp
@@ -1,6 +1,6 @@
#pragma once
-#include <common/defs.hpp>
+#include <cstdint>
class Tetromino;