diff --git a/WDL/wdltypes.h b/WDL/wdltypes.h index 2092d7d07..44ca49b02 100644 --- a/WDL/wdltypes.h +++ b/WDL/wdltypes.h @@ -40,6 +40,7 @@ typedef unsigned long long WDL_UINT64; #include #include #else +#include #include typedef intptr_t INT_PTR; typedef uintptr_t UINT_PTR;