Add assert header

This commit is contained in:
Junhyun Shim 2022-04-14 16:28:46 +02:00
parent 4b3f6cbd0b
commit a994588e72
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#define FDB_API_VERSION 720
#endif
#include <cassert>
#include <cstdint>
#include <memory>
#include <stdexcept>