diff --git a/src/examples/Example.cpp b/src/examples/Example.cpp index eec8d00e..ebda6b3f 100644 --- a/src/examples/Example.cpp +++ b/src/examples/Example.cpp @@ -80,7 +80,7 @@ int main(int argc, char* argv[]) { // Close timeline r9.Close(); - cout << "Completed successfully!" << endl; + std::cout << "Completed successfully!" << std::endl; return 0; -} \ No newline at end of file +}