diff --git a/Source/storm/storm_file_wrapper.h b/Source/storm/storm_file_wrapper.h index 909241ddf..3e204cbb3 100644 --- a/Source/storm/storm_file_wrapper.h +++ b/Source/storm/storm_file_wrapper.h @@ -1,6 +1,6 @@ /** A pointer to a Storm file as a `FILE *`. Only available on some platforms. */ #pragma once -#if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__) || defined(__DragonFly__) +#if (defined(__linux__) && !defined(__ANDROID__)) || defined(__FreeBSD__) || defined(__DragonFly__) || defined(__HAIKU__) #include #include "miniwin/miniwin.h"