Skip to content

Commit

Permalink
fix: linux ci/cd compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
aryanbaburajan committed Oct 1, 2023
1 parent 2849091 commit 9f61270
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/dtpch.h
Original file line number Diff line number Diff line change
Expand Up @@ -64,5 +64,5 @@ using json = nlohmann::json;
#include <glad/glad.h>
#include <GLFW/glfw3.h>

#include <utils/stb_image.h>
#include <utils/math.h>
#include <Utils/math.h>
#include <utils/stb_image.h>

0 comments on commit 9f61270

Please sign in to comment.