macOs/cmake build fix proposal.
This commit is contained in:
parent
bfb5d568ee
commit
00bb729d58
2 changed files with 5 additions and 0 deletions
|
@ -268,6 +268,7 @@ if(APPLE)
|
|||
desktop/apple_battery_info.mm
|
||||
desktop/apple_notification.mm
|
||||
desktop/apple_version.mm
|
||||
desktop/apple_video.mm
|
||||
)
|
||||
endif(APPLE)
|
||||
|
||||
|
|
|
@ -31,6 +31,10 @@
|
|||
#if defined(__APPLE__)
|
||||
|
||||
#include "apple_version.hpp"
|
||||
#include "serialization/string_utils.hpp"
|
||||
|
||||
#include <map>
|
||||
#include <boost/algorithm/string/trim.hpp>
|
||||
|
||||
#elif defined(_X11)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue