Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-ports
Path: blob/main/biology/dsr-pdb/files/patch-include_dsrpdb_Point.h
18160 views
1
--- include/dsrpdb/Point.h.orig 2019-02-05 18:18:53 UTC
2
+++ include/dsrpdb/Point.h
3
@@ -22,6 +22,7 @@ MA 02111-1307, USA. */
4
#define DSR_PDB_POINT_H
5
#include <iostream>
6
#include <dsrpdb/config.h>
7
+#include <assert.h>
8
9
#ifdef PDB_USE_CGAL
10
#include <CGAL/Exact_predicates_inexact_constructions_kernel.h>
11
12