Skip to content

Commit

Permalink
add missing GCC13 includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DadSchoorse committed May 8, 2023
1 parent 8ca2feb commit 4f97f09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/reshade/effect_expression.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#pragma once

#include "effect_token.hpp"
#include <stdint.h>

namespace reshadefx
{
Expand Down
1 change: 1 addition & 0 deletions src/reshade/effect_lexer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "effect_lexer.hpp"
#include <unordered_map> // Used for static lookup tables
#include <stdint.h>

using namespace reshadefx;

Expand Down

0 comments on commit 4f97f09

Please sign in to comment.