diff options
| author | Egor <egor.yusov@gmail.com> | 2018-02-15 17:07:08 +0000 |
|---|---|---|
| committer | Egor <egor.yusov@gmail.com> | 2018-02-15 17:07:08 +0000 |
| commit | 6b01c5a989015a85b9a3203cffc86004de04e505 (patch) | |
| tree | c00977a4106e5bc81902547abf956806c5d885c5 /Tests/TestApp/src/TestApp.cpp | |
| parent | Merge branch 'master' of https://github.com/DiligentGraphics/DiligentEngine (diff) | |
| download | DiligentEngine-6b01c5a989015a85b9a3203cffc86004de04e505.tar.gz DiligentEngine-6b01c5a989015a85b9a3203cffc86004de04e505.zip | |
Enabled test app on linux
Diffstat (limited to 'Tests/TestApp/src/TestApp.cpp')
| -rw-r--r-- | Tests/TestApp/src/TestApp.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/TestApp/src/TestApp.cpp b/Tests/TestApp/src/TestApp.cpp index 1bff9ee..d811ce2 100644 --- a/Tests/TestApp/src/TestApp.cpp +++ b/Tests/TestApp/src/TestApp.cpp @@ -22,6 +22,7 @@ */ #include <sstream> +#include <math.h> #include "PlatformDefinitions.h" #include "TestApp.h" |
