Adding a missing include statement.

This commit is contained in:
Igor Vytyaz 2019-09-13 11:13:59 -07:00
parent adb34a7af2
commit 5f94dab91a

View File

@ -15,6 +15,8 @@
#ifndef DRACO_IO_OBJ_ENCODER_H_
#define DRACO_IO_OBJ_ENCODER_H_
#include <unordered_map>
#include "draco/core/encoder_buffer.h"
#include "draco/mesh/mesh.h"