0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-02 18:18:56 +02:00

ircd::db: Add missing include to db_fixes.cc.

This commit is contained in:
Jason Volk 2020-06-09 00:55:34 -07:00
parent 4049ea0127
commit 0f466e6b19

View file

@ -50,6 +50,7 @@
#include "file/sst_file_manager_impl.h"
#endif
#include "db_has.h"
#include "db_env.h"
///////////////////////////////////////////////////////////////////////////////