Skip to content

Commit aed35fe

Browse files
committed
Fixed pybind rendering dependencies
1 parent 58bbd28 commit aed35fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/optimization/optimization_pybind.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@
5353
#include "shapes.hh"
5454
#include "shear.hh"
5555
#include "translation.hh"
56-
#include "visualization.hh"
5756
#include <highfive/H5Easy.hpp>
5857

5958
#ifdef ENABLE_VISUALIZATION
6059
#include "conformal_ideal_delaunay/Sampling.hh"
60+
#include "visualization.hh"
6161
#endif
6262

6363
namespace CurvatureMetric {

0 commit comments

Comments
 (0)