Forráskód Böngészése

AK: Include HashTable.h in StringImpl.cpp

This was used without an include, I'm not sure how it didn't break
before :P
Ali Mohammad Pur 4 éve
szülő
commit
e9b746a723
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      AK/StringImpl.cpp

+ 1 - 0
AK/StringImpl.cpp

@@ -5,6 +5,7 @@
  */
  */
 
 
 #include <AK/FlyString.h>
 #include <AK/FlyString.h>
+#include <AK/HashTable.h>
 #include <AK/Memory.h>
 #include <AK/Memory.h>
 #include <AK/StdLibExtras.h>
 #include <AK/StdLibExtras.h>
 #include <AK/StringHash.h>
 #include <AK/StringHash.h>