use #include "file.h" instead of #include <file.h> in HACD
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
#ifndef HACD_CIRCULAR_LIST_INL
|
||||
#define HACD_CIRCULAR_LIST_INL
|
||||
#include<stdlib.h>
|
||||
#include<hacdVersion.h>
|
||||
#include "hacdVersion.h"
|
||||
namespace HACD
|
||||
{
|
||||
template < typename T >
|
||||
@@ -160,4 +160,4 @@ namespace HACD
|
||||
return (*this);
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user