Fix the build.
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user