Просмотр исходного кода

angle include to quote include

Alec Jacobson 6 лет назад
Родитель
Сommit
6896a9d61f
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/igl/igl_stb_image.h

+ 1 - 1
include/igl/igl_stb_image.h

@@ -1,7 +1,7 @@
 #ifndef IGL_STB_IMAGE_H
 #ifndef IGL_STB_IMAGE_H
 #define IGL_STB_IMAGE_H
 #define IGL_STB_IMAGE_H
 
 
-#include <igl_stb_image_export.h>
+#include "igl_stb_image_export.h"
 
 
 namespace igl {
 namespace igl {
   IGL_STB_IMAGE_EXPORT unsigned char * stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp);
   IGL_STB_IMAGE_EXPORT unsigned char * stbi_load(char const *filename, int *x, int *y, int *comp, int req_comp);