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

View File

@@ -20,6 +20,8 @@
* *
***************************************************************************/
#ifndef SKETCHERGUI_GEOMETRYCREATIONMODE_H
#define SKETCHERGUI_GEOMETRYCREATIONMODE_H
/***** Creation Mode ************/
namespace SketcherGui
@@ -29,3 +31,5 @@ namespace SketcherGui
Construction
};
}
#endif //SKETCHERGUI_GEOMETRYCREATIONMODE_H

View File

@@ -1,3 +1,5 @@
#ifndef FREECAD_BIND_BIND_HPP_WORKAROUND
#define FREECAD_BIND_BIND_HPP_WORKAROUND
// Workaround for boost older than 1.60
#ifndef BOOST_BIND_BIND_HPP_INCLUDED
@@ -19,3 +21,4 @@ namespace boost { namespace placeholders {
}};
#endif
#endif // #ifndef FREECAD_BIND_BIND_HPP_WORKAROUND