Index: head/math/curv/files/patch-libcurv_viewer_fbo.cc =================================================================== --- head/math/curv/files/patch-libcurv_viewer_fbo.cc (nonexistent) +++ head/math/curv/files/patch-libcurv_viewer_fbo.cc (revision 518528) @@ -0,0 +1,10 @@ +--- libcurv/viewer/fbo.cc.orig 2019-10-22 18:20:49 UTC ++++ libcurv/viewer/fbo.cc +@@ -25,6 +25,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH D + + #include "fbo.h" + #include ++#include + + Fbo::Fbo():m_id(0), m_old_fbo_id(0), m_texture(0), m_depth_buffer(0), m_width(0), m_height(0), m_allocated(false), m_binded(false) { + } Property changes on: head/math/curv/files/patch-libcurv_viewer_fbo.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/curv/files/patch-libcurv_viewer_mesh.cc =================================================================== --- head/math/curv/files/patch-libcurv_viewer_mesh.cc (nonexistent) +++ head/math/curv/files/patch-libcurv_viewer_mesh.cc (revision 518528) @@ -0,0 +1,10 @@ +--- libcurv/viewer/mesh.cc.orig 2019-10-22 18:21:49 UTC ++++ libcurv/viewer/mesh.cc +@@ -2,6 +2,7 @@ + + #include + #include ++#include + + //#include "fs.h" + #include "geom.h" Property changes on: head/math/curv/files/patch-libcurv_viewer_mesh.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/curv/files/patch-libcurv_viewer_text.cc =================================================================== --- head/math/curv/files/patch-libcurv_viewer_text.cc (nonexistent) +++ head/math/curv/files/patch-libcurv_viewer_text.cc (revision 518528) @@ -0,0 +1,10 @@ +--- libcurv/viewer/text.cc.orig 2019-10-22 18:22:58 UTC ++++ libcurv/viewer/text.cc +@@ -1,6 +1,7 @@ + #include "text.h" + + #include ++#include + + std::string getLower(const std::string& _string) { + std::string std = _string; Property changes on: head/math/curv/files/patch-libcurv_viewer_text.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Index: head/math/curv/files/patch-libcurv_viewer_vertexLayout.cc =================================================================== --- head/math/curv/files/patch-libcurv_viewer_vertexLayout.cc (nonexistent) +++ head/math/curv/files/patch-libcurv_viewer_vertexLayout.cc (revision 518528) @@ -0,0 +1,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 + + std::map VertexLayout::s_enabledAttribs = std::map(); + Property changes on: head/math/curv/files/patch-libcurv_viewer_vertexLayout.cc ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property