blob: e28ecafd60c9d79227f8588095c1854af5cb615b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
--- libcurv/viewer/vertexLayout.cc.orig 2019-10-22 18:23:57 UTC
+++ libcurv/viewer/vertexLayout.cc
@@ -1,5 +1,6 @@
#include "vertexLayout.h"
#include "text.h"
+#include <sys/types.h>
std::map<GLint, GLuint> VertexLayout::s_enabledAttribs = std::map<GLint, GLuint>();
|