Skip to content

Commit

Permalink
Fix Apple and Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
DolphyWind committed Feb 5, 2024
1 parent 8ea25fa commit 8516399
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/Key.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ SOFTWARE.

#pragma once
#include <Cable.hpp>
#include <string>

// Holds flown currents still until it is activated. To activate a key, a current has to touch it from its activator directions.
class Key : public Cable
Expand Down
1 change: 1 addition & 0 deletions src/Electra.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ SOFTWARE.
#pragma clang diagnostic push
#pragma ide diagnostic ignored "misc-no-recursion"
#include <cmath>
#include <sstream>

#include <boost/regex.hpp>

Expand Down

0 comments on commit 8516399

Please sign in to comment.