Skip to content

Commit

Permalink
Fix GCC compilation (missing header)
Browse files Browse the repository at this point in the history
  • Loading branch information
adepierre committed Nov 6, 2024
1 parent 6fe8f43 commit 31e22fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ficsit-companion/src/node.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#include "pin.hpp"
#include "recipe.hpp"

#include <cmath>

#include <imgui_node_editor.h>

Node::Node(const ax::NodeEditor::NodeId id) : id(id)
Expand Down

0 comments on commit 31e22fb

Please sign in to comment.