Pārlūkot izejas kodu

common: add <cstddef> to hash.h

Kloen 9 gadi atpakaļ
vecāks
revīzija
818b1730a9
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 {