Fixed a missing include.

This commit is contained in:
Joseph Lenox 2017-02-17 18:50:47 -06:00 committed by bubnikv
parent 1b89c08bfc
commit 1f1b6c8036

View file

@ -1,8 +1,8 @@
#ifndef slic3r_Format_objparser_hpp_
#define slic3r_Format_objparser_hpp_
#include <string>
#include <vector>
#include <deque>
namespace ObjParser {