Skip to content

Commit 8207528

Browse files
authored
Update path not found (#392)
1 parent f3b7893 commit 8207528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/c/src/oracle/native/upd_aggregate.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ char heap_start[8192];
77
#define static_assert _Static_assert
88

99
#include "../upd_aggregate.h"
10-
#include "features.h"
10+
#include "../features.h"
1111

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

0 commit comments

Comments
 (0)