Skip to content

Commit

Permalink
Fix breaking build #129 due to using experimental C++ filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
twaritwaikar committed Nov 11, 2019
1 parent a37362d commit 0698024
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RubeusCore/ProjectManager/ProjectManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <ImGui/imgui.h>
#include <ImGui/imgui_impl_glfw.h>
#include <ImGui/imgui_impl_opengl3.h>
#define _SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING
#include <experimental/filesystem>
#include <array>
#include <map>
Expand Down

0 comments on commit 0698024

Please sign in to comment.