unbreak all the targets

This commit is contained in:
Jonathan Bennett
2025-12-21 19:39:44 -06:00
parent 73cfa3c884
commit 6e83a9a0b3
3 changed files with 8 additions and 3 deletions

View File

@@ -12,6 +12,7 @@
// TODO: evict messages from scratch after a timeout
// things may get weird if there are multiple stratum-0 nodes on a single mesh. Come up with mitigations
#if __has_include("sqlite3.h")
#include "StoreForwardPlusPlus.h"
#include "MeshService.h"
@@ -1068,4 +1069,5 @@ uint32_t StoreForwardPlusPlusModule::getChainCount(uint8_t *root_hash, size_t ro
uint32_t count = sqlite3_column_int(getChainCountStmt, 0);
sqlite3_reset(getChainCountStmt);
return count;
}
}
#endif // has include sqlite3