use #include "file.h" instead of #include <file.h> in HACD
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
#define HACD_VECTOR_H
|
||||
#include<math.h>
|
||||
#include<iostream>
|
||||
#include<hacdVersion.h>
|
||||
#include "hacdVersion.h"
|
||||
|
||||
namespace HACD
|
||||
{
|
||||
@@ -64,4 +64,4 @@ namespace HACD
|
||||
|
||||
}
|
||||
#include "hacdVector.inl" // template implementation
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user