Skip to content

Commit 2ccbb7f

Browse files
authored
fix: compiler error when build with C++23 projects on macOS (#485)
1 parent b2fed97 commit 2ccbb7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/matplot/util/popen.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include <array>
44
#include <system_error>
55
#include <cstring> // strerror
6+
#include <cstdlib> // exit
67

78
#ifdef _WIN32
89

0 commit comments

Comments
 (0)