Fixed include / missing macro
This commit is contained in:
parent
9e46f72098
commit
5c31f6dbf8
@ -102,7 +102,7 @@ struct STFXStorageReader : public signalsmith::storage::StorageCborReader<SubCla
|
|||||||
return v != prev;
|
return v != prev;
|
||||||
}
|
}
|
||||||
void invalidate(const char *invalidatedKey) {
|
void invalidate(const char *invalidatedKey) {
|
||||||
LOG_EXPR(invalidatedKey);
|
//LOG_EXPR(invalidatedKey);
|
||||||
}
|
}
|
||||||
|
|
||||||
template<class PR>
|
template<class PR>
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include "../storage/cbor-walker.h"
|
#include "../storage/cbor-walker.h"
|
||||||
#include "../storage/storage.h"
|
#include "../storage/stfx-storage.h"
|
||||||
#include "../param-info.h"
|
#include "../param-info.h"
|
||||||
|
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user