add Boost include to demodbfm channelrx

This commit is contained in:
Davide Gerhard 2019-04-15 10:45:06 +02:00
parent 941aea3b92
commit 190fe374f2
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
1 changed files with 2 additions and 1 deletions

View File

@ -30,7 +30,8 @@ endif()
include_directories(
.
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${Boost_INCLUDE_DIRS}
)
#include(${QT_USE_FILE})