You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: include/plg/vector.hpp
+19Lines changed: 19 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,10 @@
20
20
#include"plg/split_buffer.hpp"
21
21
#include"plg/uninitialized.hpp"
22
22
23
+
#ifndef PLUGIFY_VECTOR_NO_STD_HASH
24
+
#include"plg/hash.hpp"
25
+
#endif
26
+
23
27
// Just in case, because we can't ignore some warnings from `-Wpedantic` (about zero size arrays and anonymous structs when gnu extensions are disabled) on gcc
0 commit comments