#ifndef PLATFORMBACKEND_HPP #define PLATFORMBACKEND_HPP #ifdef __APPLE__ #include #endif #ifdef _WIN32 #include #endif #ifdef __unix__ #include #endif #endif // PLATFORMBACKEND_HPP