Skip to content

Commit f98fa4e

Browse files
fix: add missing cstddef header
1 parent 39833d6 commit f98fa4e

2 files changed

Lines changed: 1 addition & 0 deletions

File tree

engine_test.exe

0 Bytes
Binary file not shown.

include/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#pragma once
22
#include <cstdint>
3+
#include <cstddef>
34

45
constexpr size_t MAX_PRICE_LEVELS = 1000000;
56
constexpr size_t MAX_ORDERS = 1000000;

0 commit comments

Comments
 (0)