Skip to content
Snippets Groups Projects
Commit cd3a3784 authored by Patrik Huber's avatar Patrik Huber
Browse files

Changed include guard of Landmark to EOS_LANDMARK_HPP_ to prevent likely collisions

parent 3c7a99e6
No related branches found
No related tags found
No related merge requests found
......@@ -19,8 +19,8 @@
*/
#pragma once
#ifndef LANDMARK_HPP_
#define LANDMARK_HPP_
#ifndef EOS_LANDMARK_HPP_
#define EOS_LANDMARK_HPP_
#include <string>
#include <vector>
......@@ -67,4 +67,4 @@ LandmarkCollection<T> filter(const LandmarkCollection<T>& landmarks, const std::
} /* namespace core */
} /* namespace eos */
#endif /* LANDMARK_HPP_ */
#endif /* EOS_LANDMARK_HPP_ */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment