Skip to content

Commit

Permalink
tiling: Add missing cstdint header
Browse files Browse the repository at this point in the history
Signed-off-by: Masahiro Wada <[email protected]>
  • Loading branch information
ar90n committed Dec 30, 2023
1 parent 92c13c4 commit fb4bfdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libpisp/backend/tiling/pipeline.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
#include "output_stage.hpp"
#include "stages.hpp"

#include <cstdint>

using namespace tiling;

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

0 comments on commit fb4bfdd

Please sign in to comment.