diff --git a/source/modules/water/maths/MathsFunctions.h b/source/modules/water/maths/MathsFunctions.h index c2dc14368..c09df1562 100644 --- a/source/modules/water/maths/MathsFunctions.h +++ b/source/modules/water/maths/MathsFunctions.h @@ -31,6 +31,7 @@ #include "CarlaUtils.hpp" #include +#include namespace water { diff --git a/source/modules/water/text/String.h b/source/modules/water/text/String.h index 4d87310b3..1c66c12f4 100644 --- a/source/modules/water/text/String.h +++ b/source/modules/water/text/String.h @@ -29,6 +29,8 @@ #include "CharPointer_UTF8.h" #include "../memory/Memory.h" +#include + namespace water { //==============================================================================