Commit cd3a3784 authored by Patrik Huber's avatar Patrik Huber

Changed include guard of Landmark to EOS_LANDMARK_HPP_ to prevent likely collisions

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