mirror of
https://github.com/trapexit/mergerfs.git
synced 2025-06-17 18:02:30 +08:00
add ifndefs to all headers
This commit is contained in:
@ -14,6 +14,9 @@
|
||||
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef __BUILDMAP_HPP__
|
||||
#define __BUILDMAP_HPP__
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
template<typename K,typename V>
|
||||
@ -41,3 +44,5 @@ public:
|
||||
private:
|
||||
std::map<K,V> _map;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user