Explorar o código

Fix missing includes

Daniele Bartolini %!s(int64=12) %!d(string=hai) anos
pai
achega
5fb0a549b0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  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
 
+#include <cassert>
+#include "Types.h"
+
 namespace crown
 {