Add needed #include to use std::string type

This commit is contained in:
David Capello 2015-05-11 10:41:25 -03:00
parent e05a635533
commit 447bf3ef0b

View File

@ -15,6 +15,7 @@
#include "ui/mouse_buttons.h"
#include <vector>
#include <string>
namespace app {