Fix the build.

This commit is contained in:
Kim Kulling
2019-06-11 20:17:50 +02:00
parent f76d77955d
commit cc10967913
31 changed files with 64 additions and 86 deletions

View File

@@ -43,13 +43,12 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "UnitTestPCH.h"
#include <assimp/scene.h>
#include <MaterialSystem.h>
#include "Material/MaterialSystem.h"
using namespace ::std;
using namespace ::Assimp;
class MaterialSystemTest : public ::testing::Test
{
class MaterialSystemTest : public ::testing::Test {
public:
virtual void SetUp() { this->pcMat = new aiMaterial(); }
virtual void TearDown() { delete this->pcMat; }