Add include guard

This commit is contained in:
Mael Rouxel-Labbé 2022-12-12 16:06:30 +01:00
parent 96a63dc971
commit 112ae67664
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,8 @@
// Author(s) : Laurent Rineau // Author(s) : Laurent Rineau
// //
#ifndef CGAL_TEST_T23_MOVE_SEMANTIC_C
#define CGAL_TEST_T23_MOVE_SEMANTIC_C
#include <cassert> #include <cassert>
@ -67,3 +69,5 @@ namespace CGAL {
} }
} }
} }
#endif // CGAL_TEST_T23_MOVE_SEMANTIC_C