use #include "file.h" instead of #include <file.h> in HACD
This commit is contained in:
@@ -17,9 +17,9 @@
|
||||
#endif //_CRT_SECURE_NO_WARNINGS
|
||||
|
||||
#include <sstream>
|
||||
#include <hacdGraph.h>
|
||||
#include <hacdHACD.h>
|
||||
#include <hacdICHull.h>
|
||||
#include "hacdGraph.h"
|
||||
#include "hacdHACD.h"
|
||||
#include "hacdICHull.h"
|
||||
#include <string.h>
|
||||
#include <algorithm>
|
||||
#include <iterator>
|
||||
@@ -830,4 +830,4 @@ namespace HACD
|
||||
return false;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user