#ifndef OS_COMPAT_HPP
#define OS_COMPAT_HPP
#if defined(WHOA_SYSTEM_MAC)
#include "os/mac/Compat.hpp"
#endif