diff --git a/src/bin/svg2tvg/svg2tvg.cpp b/src/bin/svg2tvg/svg2tvg.cpp index 0c4d18aa..02f1eba7 100644 --- a/src/bin/svg2tvg/svg2tvg.cpp +++ b/src/bin/svg2tvg/svg2tvg.cpp @@ -23,6 +23,7 @@ #include #include #include +#include using namespace std; using namespace tvg; @@ -94,4 +95,4 @@ int main(int argc, char **argv) } return 0; -} \ No newline at end of file +}