~singpolyma/biboumi

a77c982f6325408cbcc0afc9876edf28d095b3aa — louiz’ 7 years ago 34ed2cc
Fix cstdint -> cstddef, to fix compilation on freebsd
1 files changed, 1 insertions(+), 1 deletions(-)

M src/database/column.hpp
M src/database/column.hpp => src/database/column.hpp +1 -1
@@ 1,6 1,6 @@
#pragma once

#include <cstdint>
#include <cstddef>

template <typename T>
struct Column