diff options
author | Jared Adams <jaxad0127@gmail.com> | 2009-10-26 15:20:49 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2009-10-26 18:09:43 -0600 |
commit | 3972b1dc68bb8643a27896a2e008764d0749e156 (patch) | |
tree | eb9f73ab4f0c8a3763782a0fcfd88786fd38e66e /tools | |
parent | aa87a35e9248180c2f9f9f51212deb9dbc7c8470 (diff) | |
download | mana-3972b1dc68bb8643a27896a2e008764d0749e156.tar.gz mana-3972b1dc68bb8643a27896a2e008764d0749e156.tar.bz2 mana-3972b1dc68bb8643a27896a2e008764d0749e156.tar.xz mana-3972b1dc68bb8643a27896a2e008764d0749e156.zip |
Add missing include in dyecmd
Diffstat (limited to 'tools')
-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. */ |