mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 10:28:44 -05:00
Only include touchbar file if on Apple
This commit is contained in:
@@ -39,7 +39,6 @@
|
||||
#include <openspace/interaction/navigationhandler.h>
|
||||
#include <openspace/interaction/keybindingmanager.h>
|
||||
#include <openspace/interaction/luaconsole.h>
|
||||
#include <openspace/interaction/touchbar.h>
|
||||
#include <openspace/network/networkengine.h>
|
||||
#include <openspace/network/parallelconnection.h>
|
||||
#include <openspace/rendering/renderable.h>
|
||||
@@ -84,6 +83,11 @@
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <openspace/interaction/touchbar.h>
|
||||
#endif // __APPLE__
|
||||
|
||||
|
||||
#include <numeric>
|
||||
|
||||
#include "openspaceengine_lua.inl"
|
||||
|
||||
Reference in New Issue
Block a user