changed header to use stddef.h

This commit is contained in:
faizol
2020-05-06 03:27:15 +08:00
committed by Roland Bock
parent b336346467
commit 23cb8f4c86

View File

@@ -28,7 +28,7 @@
#define SQLPP11_DETAIL_TYPE_SET_H
#include <type_traits>
#include <cstddef>
#include <stddef.h>
#include <sqlpp11/wrong.h>
#include <sqlpp11/logic.h>