Skip to content

Commit 7d49ac3

Browse files
ar90nnaushir
authored andcommitted
tiling: Add missing cstdint header
Signed-off-by: Masahiro Wada <[email protected]>
1 parent 92c13c4 commit 7d49ac3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libpisp/backend/tiling/pipeline.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
#include "output_stage.hpp"
1313
#include "stages.hpp"
1414

15+
#include <cstdint>
16+
1517
using namespace tiling;
1618

1719
Pipeline::Pipeline(char const *name, Config const &config) : name_(name), config_(config)

0 commit comments

Comments
 (0)