Update M3DWrapper.h

Add missing include.
Odd that MSVC2013-2017, GCC and Clang were ok with this.
pull/2805/head
RichardTea 2019-12-04 14:05:46 +00:00
parent d8608156d3
commit fadf4a3ee2
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <memory>
#include <vector>
#include <string>
#include "m3d.h"