macOs/cmake build fix proposal.

This commit is contained in:
David Carlier 2021-04-17 14:35:04 +01:00 committed by Pentarctagon
parent bfb5d568ee
commit 00bb729d58
2 changed files with 5 additions and 0 deletions

View file

@ -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)

View file

@ -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)