Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing include
Browse files Browse the repository at this point in the history
elecpower committed Oct 26, 2023
1 parent bfd0c15 commit 7ab300e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions companion/src/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -203,6 +203,8 @@ add_subdirectory(thirdparty/yaml-cpp)

############# Companion ###############

include_directories(${maxLibQt_SOURCE_DIR}/widgets)

set(companion_SRCS
helpers_html.cpp
mdichild.cpp

0 comments on commit 7ab300e

Please sign in to comment.