Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion program/c/src/oracle/native/upd_aggregate.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ char heap_start[8192];
#define static_assert _Static_assert

#include "../upd_aggregate.h"
#include "features.h"
#include "../features.h"

#ifdef PC_PYTHNET
extern bool c_upd_aggregate_pythnet( pc_price_t *ptr, uint64_t slot, int64_t timestamp ){
Expand Down