Skip to content
Snippets Groups Projects
Commit ccca35a6 authored by Oskar Lappi's avatar Oskar Lappi
Browse files

Added include guard

parent 35231b5d
No related branches found
No related tags found
No related merge requests found
#ifndef OJL_BIMAP_HPP
#define OJL_BIMAP_HPP
#include <set>
#include <vector>
#include <utility>
......@@ -595,3 +597,4 @@ namespace ojl {
}
}
#endif
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