[ox/std] Add missing pragma once to HashMap header

This commit is contained in:
Gary Talent 2019-02-09 04:29:32 +00:00
parent b656fbc3d4
commit a0290c315a

View File

@ -6,6 +6,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. * file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/ */
#pragma once
#include "string.hpp" #include "string.hpp"
#include "vector.hpp" #include "vector.hpp"