From ed3f98ceebb434c694e049cad22356d09bd3a540 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Fri, 14 Oct 2016 18:33:53 +0200 Subject: [PATCH] Example: Fix compilation of Tut00 after Physics change --- examples/Tut00/main.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 +}