diff options
Diffstat (limited to 'Tests/TestApp/include/RenderScriptTest.h')
| -rw-r--r-- | Tests/TestApp/include/RenderScriptTest.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Tests/TestApp/include/RenderScriptTest.h b/Tests/TestApp/include/RenderScriptTest.h index 76aeb2d..8675c0d 100644 --- a/Tests/TestApp/include/RenderScriptTest.h +++ b/Tests/TestApp/include/RenderScriptTest.h @@ -23,7 +23,9 @@ #pragma once -class RenderScriptTest +#include "UnitTestBase.h" + +class RenderScriptTest : public UnitTestBase { public: RenderScriptTest( Diligent::IRenderDevice *pRenderDevice, Diligent::IDeviceContext *pContext ); |
