This commit is contained in:
Clement Jamin 2015-03-16 14:23:31 +01:00
parent 98ebf952de
commit 4fe4313caa
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ int writeAnalyzeHeader( const _image* im ) ;
int writeAnalyzeData( const _image* im ) ;
#ifdef CGAL_HEADER_ONLY
#include "analyse_impl.h"
#include "analyze_impl.h"
#endif // CGAL_HEADER_ONLY
#endif