Former-commit-id: 52378a9b795e06c252c1911204b97253886de560
@@ -17,4 +17,8 @@ namespace igl
Eigen::MatrixXd random_dir_stratified(const int n);
}
+#ifdef IGL_HEADER_ONLY
+# include "random_dir.cpp"
+#endif
+
#endif