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