diff options
Diffstat (limited to 'ingen/paths.hpp')
-rw-r--r-- | ingen/paths.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ingen/paths.hpp b/ingen/paths.hpp index 4924a148..3269a2ab 100644 --- a/ingen/paths.hpp +++ b/ingen/paths.hpp @@ -17,6 +17,9 @@ #ifndef INGEN_PATHS_HPP #define INGEN_PATHS_HPP +#include <cstddef> +#include <string> + #include "raul/URI.hpp" #include "raul/Path.hpp" |