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 authored and fdfxalex committed Dec 31, 2019
1 parent 7f0f7ca commit 529646e
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 529646e

Please sign in to comment.