mirror of https://github.com/CGAL/cgal
added CGAL_ to macro name
This commit is contained in:
parent
85bcb175af
commit
bb2fc9bfe6
|
|
@ -18,8 +18,8 @@
|
|||
// Author(s) : Baruch Zukerman <baruchzu@post.tau.ac.il>
|
||||
// Ron Wein <wein@post.tau.ac.il>
|
||||
|
||||
#ifndef DXF_BSOP_READER_H
|
||||
#define DXF_BSOP_READER_H
|
||||
#ifndef CGAL_DXF_BSOP_READER_H
|
||||
#define CGAL_DXF_BSOP_READER_H
|
||||
|
||||
#include <CGAL/IO/Dxf_reader.h>
|
||||
#include <iostream>
|
||||
|
|
|
|||
Loading…
Reference in New Issue