소스 검색

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>