summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2009-10-26 15:20:49 -0600
committerJared Adams <jaxad0127@gmail.com>2009-10-26 18:09:43 -0600
commit3972b1dc68bb8643a27896a2e008764d0749e156 (patch)
treeeb9f73ab4f0c8a3763782a0fcfd88786fd38e66e
parentaa87a35e9248180c2f9f9f51212deb9dbc7c8470 (diff)
downloadmana-client-3972b1dc68bb8643a27896a2e008764d0749e156.tar.gz
mana-client-3972b1dc68bb8643a27896a2e008764d0749e156.tar.bz2
mana-client-3972b1dc68bb8643a27896a2e008764d0749e156.tar.xz
mana-client-3972b1dc68bb8643a27896a2e008764d0749e156.zip
Add missing include in dyecmd
-rw-r--r--tools/dyecmd/src/dye.h2
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.
*/