summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/drawsurface.cc
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-03-28 22:55:00 +0000
committerKarl Berry <karl@freefriends.org>2019-03-28 22:55:00 +0000
commitc980a94172da2abe5dc7cf3ea7d755b9e0dc5d19 (patch)
tree184e3a2d52714afe8727e4a526353acb0d3a8589 /Build/source/utils/asymptote/drawsurface.cc
parenta1d1540c2ab9ebd6f45819df58e3dbaf4cf6d167 (diff)
non-GL and C++ patch from bowman
git-svn-id: svn://tug.org/texlive/trunk@50636 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/drawsurface.cc')
-rw-r--r--Build/source/utils/asymptote/drawsurface.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Build/source/utils/asymptote/drawsurface.cc b/Build/source/utils/asymptote/drawsurface.cc
index 892e3de1eef..80b77117c12 100644
--- a/Build/source/utils/asymptote/drawsurface.cc
+++ b/Build/source/utils/asymptote/drawsurface.cc
@@ -12,9 +12,11 @@
#include <iomanip>
#include <fstream>
+#ifdef HAVE_GL
#include <glm/glm.hpp>
#include <glm/gtc/matrix_transform.hpp>
#include <glm/gtc/type_ptr.hpp>
+#endif
using namespace prc;
#include "material.h"