Fix crypto include after rebase

This commit is contained in:
Lee Clagett 2024-04-06 16:30:48 -04:00 committed by Lee *!* Clagett
parent 1982171441
commit 75e899ebd6

View file

@ -31,7 +31,7 @@
#include "db/account.h"
#include "rpc/client.h"
#include "rpc/webhook.h"
#include "wire/crypto.h"
#include "wire/adapted/crypto.h"
#include "wire/wrapper/array.h"
#include "wire/wrappers_impl.h"
#include "wire/write.h"