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

(synced from a0290c315a)
This commit is contained in:
2019-02-09 04:29:32 +00:00
parent 80d048dd6a
commit 11cec1ae74
+2
View File
@@ -6,6 +6,8 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#pragma once
#include "string.hpp"
#include "vector.hpp"