Skip to content

Commit bd65414

Browse files
committed
add missing library for linux build
1 parent 240f652 commit bd65414

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

test/matlib_pch.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
#include <vector>
33
#include <memory>
44
#include <stdexcept>
5-
#include <cassert>
5+
#include <cassert>
6+
#include <cstdlib>
7+
#include <cstring>

0 commit comments

Comments
 (0)