use #include "file.h" instead of #include <file.h> in HACD
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
#ifndef HACD_CIRCULAR_LIST_H
|
||||
#define HACD_CIRCULAR_LIST_H
|
||||
#include<stdlib.h>
|
||||
#include<hacdVersion.h>
|
||||
#include "hacdVersion.h"
|
||||
namespace HACD
|
||||
{
|
||||
//! CircularListElement class.
|
||||
@@ -76,5 +76,5 @@ namespace HACD
|
||||
|
||||
};
|
||||
}
|
||||
#include<hacdCircularList.inl>
|
||||
#endif
|
||||
#include "hacdCircularList.inl"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user