LGTM: [skip ci] fix: Missing header guard

This commit is contained in:
wmayer
2020-07-27 11:16:41 +02:00
parent 44f42a8e2c
commit 4dd32ce143
3 changed files with 13 additions and 0 deletions

View File

@@ -21,6 +21,10 @@
* *
***************************************************************************
*/
#ifndef PATHSEGMENTWALKER_H
#define PATHSEGMENTWALKER_H
#include <Base/Vector3D.h>
#include <Mod/Path/App/Path.h>
@@ -67,3 +71,5 @@ private:
}
#endif // PATHSEGMENTWALKER_H