diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-01 09:00:33 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2021-06-01 09:00:33 +0100 |
commit | 9b753f9a437aa6947f086499f29407e5b82ddd33 (patch) | |
tree | f0c689dc56c00292b8034edfd5398d5b7434d467 /test | |
parent | Generate DbStmt templates from .sql files (diff) | |
download | mygrate-9b753f9a437aa6947f086499f29407e5b82ddd33.tar.bz2 mygrate-9b753f9a437aa6947f086499f29407e5b82ddd33.tar.xz mygrate-9b753f9a437aa6947f086499f29407e5b82ddd33.zip |
Add missing header
Diffstat (limited to 'test')
-rw-r--r-- | test/test-mysql.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-mysql.cpp b/test/test-mysql.cpp index 7c12f9a..f5281a9 100644 --- a/test/test-mysql.cpp +++ b/test/test-mysql.cpp @@ -1,6 +1,7 @@ #define BOOST_TEST_MODULE MySQL #include <boost/test/unit_test.hpp> +#include <cstddef> #include <cstdint> #include <cstdlib> #include <dbRecordSet.h> |