Skip to content

Commit

Permalink
Fix build with GCC14
Browse files Browse the repository at this point in the history
Signed-off-by: Kostiantyn Kostiuk <[email protected]>
  • Loading branch information
kostyanf14 committed Jun 30, 2024
1 parent 23365ea commit 87bd7db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions inverter.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include <thread>
#include <mutex>

#include <string>

using namespace std;

class cInverter {
Expand Down

0 comments on commit 87bd7db

Please sign in to comment.