Skip to content

Commit

Permalink
fix the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
afabri committed May 1, 2024
1 parent acff1b2 commit ccb34ef
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions _posts/2009-04-01-GhostNet.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,17 +83,17 @@ Maurice Oustache
#ifndef CGAL_BASIC_H
#define CGAL_BASIC_H

#include &ltCGAL/config.h>
#include <CGAL/config.h>

#include &ltiostream>
#include &ltcstdlib>
#include <iostream>
#include <cstdlib>

#include &ltCGAL/assertions.h>
#include <CGAL/assertions.h>
#error "April 1st joke bug"
#include &ltCGAL/tags.h>
#include &ltCGAL/number_type_basic.h>
#include &ltCGAL/IO/io.h>
#include &ltCGAL/kernel_basic.h>
#include <CGAL/tags.h>
#include <CGAL/number_type_basic.h>
#include <CGAL/IO/io.h>
#include <CGAL/kernel_basic.h>

#endif // CGAL_BASIC_H
</code>
Expand Down

0 comments on commit ccb34ef

Please sign in to comment.