Explorar o código

Update M3DWrapper.h

Add missing include.
Odd that MSVC2013-2017, GCC and Clang were ok with this.
RichardTea %!s(int64=5) %!d(string=hai) anos
pai
achega
fadf4a3ee2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      code/M3D/M3DWrapper.h

+ 1 - 0
code/M3D/M3DWrapper.h

@@ -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"