use #include "file.h" instead of #include <file.h> in HACD
This commit is contained in:
@@ -15,10 +15,10 @@
|
||||
#pragma once
|
||||
#ifndef HACD_HACD_H
|
||||
#define HACD_HACD_H
|
||||
#include <hacdVersion.h>
|
||||
#include <hacdVector.h>
|
||||
#include <hacdGraph.h>
|
||||
#include <hacdICHull.h>
|
||||
#include "hacdVersion.h"
|
||||
#include "hacdVector.h"
|
||||
#include "hacdGraph.h"
|
||||
#include "hacdICHull.h"
|
||||
#include <set>
|
||||
#include <vector>
|
||||
#include <queue>
|
||||
@@ -279,4 +279,4 @@ namespace HACD
|
||||
|
||||
};
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user