Skip to content

Commit 75a9ded

Browse files
author
michael stack
committed
Another attempt at fixing ide build
1 parent dee7726 commit 75a9ded

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

fdbcli/fdb_checksum_tool/fdb_checksum_tool.actor.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@
3838
#include "flow/xxhash.h"
3939
#include "fdbclient/ChecksumDatabase.actor.h" // This now brings in actorcompiler.h for its own actors
4040

41+
// Define FDB_API_VERSION before including fdb_c.h
42+
#define FDB_API_VERSION 710
43+
4144
// Include C API here
4245
#include "foundationdb/fdb_c.h"
4346

0 commit comments

Comments
 (0)