diff options
Diffstat (limited to 'tools/dyecmd')
-rw-r--r-- | tools/dyecmd/src/dye.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/dyecmd/src/dye.h b/tools/dyecmd/src/dye.h index d32c3f22..b82bc1be 100644 --- a/tools/dyecmd/src/dye.h +++ b/tools/dyecmd/src/dye.h @@ -24,6 +24,8 @@ #include <vector> +#include <string> + /** * Class for performing a linear interpolation between colors. */ |