Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Problem including header

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Problem including header


Chronological Thread 
  • From: Bernd Gaertner <>
  • To:
  • Subject: Re: [cgal-discuss] Problem including header
  • Date: Tue, 11 Sep 2007 10:46:00 +0200

Forgot to include CGAL/basic.h as the first file? Usually, you include e.g. CGAL/Cartesian.h before including anything else, and this also takes care of the basic stuff.

Best,
Bernd.


wrote:
Hi all,

I am trying to use CGAL, but when I include a simple header (e.g. #include
<cgal/Point_2.h>), I got plenty of errors at compilation. Any idea ?
The errors appears when compiling the file which includes the file including
CGAL headers.


  • Problem including header, olivier . tournaire, 09/10/2007
    • Re: [cgal-discuss] Problem including header, Bernd Gaertner, 09/11/2007

Archive powered by MHonArc 2.6.16.

Top of Page