Quellcode durchsuchen

common: add <cstddef> to hash.h

Kloen vor 9 Jahren
Ursprung
Commit
818b1730a9
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/common/hash.h

+ 1 - 0
src/common/hash.h

@@ -4,6 +4,7 @@
 
 #pragma once
 
+#include <cstddef>
 #include "common/common_types.h"
 
 namespace Common {