Skip to content

Commit

Permalink
lin
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Apr 23, 2024
1 parent a8a4520 commit 25dddeb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ if (NOT MSVC)
-Wno-unused-function
-Wno-unused-value
-Wno-unused-but-set-variable
-Wno-multichar
)
endif()
target_include_directories(airwin-registry PUBLIC src)
Expand Down
1 change: 1 addition & 0 deletions src/AirwinRegistry.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
#include <unordered_map>
#include <map>
#include <iostream>
#include <functional>

#include "airwin2rackbase.h"

Expand Down

0 comments on commit 25dddeb

Please sign in to comment.