Merge pull request #1134 from libigl/fix-include

Fix include
This commit is contained in:
Alec Jacobson
2019-04-04 10:12:03 -04:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@
// obtain one at http://mozilla.org/MPL/2.0/.
#include "ViewerCore.h"
#include "ViewerData.h"
#include "gl.h"
#include "../quat_to_mat.h"
#include "../snap_to_fixed_up.h"
+3 -2
View File
@@ -9,7 +9,6 @@
#define IGL_OPENGL_VIEWERCORE_H
#include <igl/opengl/MeshGL.h>
#include <igl/opengl/ViewerData.h>
#include <igl/igl_inline.h>
#include <Eigen/Geometry>
@@ -20,9 +19,11 @@ namespace igl
namespace opengl
{
// Forward declaration
class ViewerData;
// Basic class of the 3D mesh viewer
// TODO: write documentation
class ViewerCore
{
public: