diff --git a/examples/Tut00/main.cpp b/examples/Tut00/main.cpp index cfffa4c59..a1029eb99 100644 --- a/examples/Tut00/main.cpp +++ b/examples/Tut00/main.cpp @@ -4,7 +4,8 @@ #include #include #include -#include +#include +#include #include #include #include @@ -19,4 +20,4 @@ int main(int argc, char* argv[]) // Do what you want here return EXIT_SUCCESS; -} \ No newline at end of file +}