Skip to content

Commit

Permalink
#78 Fix includes for extras
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-ogre committed Apr 26, 2022
1 parent cda399c commit c2a6812
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CDT/extras/InitializeWithGrid.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#ifndef CDT_HmXGv083vZCrT3OXASD9
#define CDT_HmXGv083vZCrT3OXASD9

#include "CDT.h"
#include "CDTUtils.h"
#include <CDT.h>
#include <CDTUtils.h>

#ifdef CDT_CXX11_IS_SUPPORTED
#include <algorithm>
Expand Down
2 changes: 1 addition & 1 deletion CDT/extras/VerifyTopology.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#ifndef CDT_Zahj4kpHLwFgkKtcOI1i
#define CDT_Zahj4kpHLwFgkKtcOI1i

#include "CDT.h"
#include <CDT.h>

#include <algorithm>

Expand Down

0 comments on commit c2a6812

Please sign in to comment.