diff options
Diffstat (limited to 'Tests/TestApp/include/TestTexturing.h')
| -rw-r--r-- | Tests/TestApp/include/TestTexturing.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/TestApp/include/TestTexturing.h b/Tests/TestApp/include/TestTexturing.h index 8649674..ed55bac 100644 --- a/Tests/TestApp/include/TestTexturing.h +++ b/Tests/TestApp/include/TestTexturing.h @@ -23,7 +23,9 @@ #pragma once -class TestTexturing +#include "UnitTestBase.h" + +class TestTexturing : public UnitTestBase { public: TestTexturing(); |
