ソースを参照

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 年 前
コミット
e9b746a723
1 ファイル変更1 行追加0 行削除
  1. 1 0
      AK/StringImpl.cpp

+ 1 - 0
AK/StringImpl.cpp

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