Update M3DWrapper.h
Add missing include. Odd that MSVC2013-2017, GCC and Clang were ok with this.pull/2805/head
parent
d8608156d3
commit
fadf4a3ee2
|
@ -50,6 +50,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
#include "m3d.h"
|
#include "m3d.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue