added stl-include file for SUN

This commit is contained in:
Nico Kruithof 2006-07-31 06:51:49 +00:00
parent e35d01bd80
commit ffa2bdbf91
1 changed files with 1 additions and 0 deletions

View File

@ -6,6 +6,7 @@
#include <list>
#include <fstream>
#include <algorithm>
typedef CGAL::Exact_predicates_inexact_constructions_kernel K;
typedef CGAL::Regular_triangulation_euclidean_traits_3<K> Traits;