Added missing compile guard to OrderedMap
This commit is contained in:
parent
29df8e9f89
commit
08b27b3f61
@ -17,6 +17,9 @@
|
||||
along with OPM. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef _ORDERED_MAP_
|
||||
#define _ORDERED_MAP_
|
||||
|
||||
#include <unordered_map>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
@ -88,3 +91,4 @@ public:
|
||||
};
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user