mirror of https://github.com/CGAL/cgal
Add include guard
This commit is contained in:
parent
96a63dc971
commit
112ae67664
|
|
@ -11,6 +11,8 @@
|
|||
// Author(s) : Laurent Rineau
|
||||
//
|
||||
|
||||
#ifndef CGAL_TEST_T23_MOVE_SEMANTIC_C
|
||||
#define CGAL_TEST_T23_MOVE_SEMANTIC_C
|
||||
|
||||
#include <cassert>
|
||||
|
||||
|
|
@ -67,3 +69,5 @@ namespace CGAL {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#endif // CGAL_TEST_T23_MOVE_SEMANTIC_C
|
||||
|
|
|
|||
Loading…
Reference in New Issue