Skip to content

Commit a11ac90

Browse files
committed
Add missing direct include to alloc.h
Silences an LSP error.
1 parent 0acb129 commit a11ac90

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/mux/support/alloc.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#pragma once
44

5+
#include <stdlib.h>
6+
57
#include "mux/support/stringutil.h"
68

79
constexpr int LBUF_SIZE = 16384;

0 commit comments

Comments
 (0)