dolga
14 anni fa
|
|
@@ -1,6 +1,7 @@
|
|
|
#ifndef IGL_PLOT_VECTOR_H
|
|
|
#define IGL_PLOT_VECTOR_H
|
|
|
|
|
|
+#include <iostream>
|
|
|
namespace igl
|
|
|
{
|
|
|
template <typename T>
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
#include <Eigen/Core>
|
|
|
#include <string>
|
|
|
-#include <ismanifold.h>
|
|
|
+#include "ismanifold.h"
|
|
|
|
|
|
#include <vector>
|
|
|
|
|
|
@@ -8,7 +8,7 @@
|
|
|
|
|
|
#include <Eigen/Core>
|
|
|
#include <string>
|
|
|
-#include <ismanifold.h>
|
|
|
+#include "ismanifold.h"
|
|
|
|
|
|
#include <vector>
|
|
|
|