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

@@ -42,19 +42,16 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "UnitTestPCH.h"
#include "assimp/types.h"
#include "assimp/mesh.h"
#include <VertexTriangleAdjacency.h>
#include <assimp/types.h>
#include <assimp/mesh.h>
#include "Common/VertexTriangleAdjacency.h"
using namespace std;
using namespace Assimp;
class VTAdjacencyTest : public ::testing::Test
{
class VTAdjacencyTest : public ::testing::Test {
protected:
void checkMesh(const aiMesh& mesh);
};