Skip to content

Commit

Permalink
Use angle bracket include for imgui.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedmd committed Jul 2, 2019
1 parent 73d1751 commit 58ee8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeEditor/Include/imgui_node_editor.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@


//------------------------------------------------------------------------------
# include <imgui.h>
# include <cstdint> // std::uintXX_t
# include <utility> // std::move
# include "imgui.h"


//------------------------------------------------------------------------------
Expand Down

0 comments on commit 58ee8ba

Please sign in to comment.