diff --git a/src/xrt/include/xrt/xrt_compiler.h b/src/xrt/include/xrt/xrt_compiler.h index 69e69b028..844126012 100644 --- a/src/xrt/include/xrt/xrt_compiler.h +++ b/src/xrt/include/xrt/xrt_compiler.h @@ -52,4 +52,6 @@ #elif defined(_MSC_VER) #include #define XRT_DEBUGBREAK() __debugbreak() +#else +#error "compiler not supported" #endif