소스 검색

Fix missing includes

Daniele Bartolini 12 년 전
부모
커밋
5fb0a549b0
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/core/strings/Hash.h

+ 3 - 0
src/core/strings/Hash.h

@@ -25,6 +25,9 @@ OTHER DEALINGS IN THE SOFTWARE.
 
 
 #pragma once
 #pragma once
 
 
+#include <cassert>
+#include "Types.h"
+
 namespace crown
 namespace crown
 {
 {