Cleanup: add missing includes

This commit is contained in:
Jacques Lucke 2021-09-18 13:36:20 +02:00
parent 136e357d8d
commit 2618df7d03
1 changed files with 2 additions and 0 deletions

View File

@ -22,7 +22,9 @@
#include <cstdio>
#include <cstring>
#include <ctime>
#include <random>
#include <string>
/* Ensure the UUID struct doesn't have any padding, to be compatible with memcmp(). */
static_assert(sizeof(UUID) == 16, "expect UUIDs to be 128 bit exactly");