Skip to content

Commit c893656

Browse files
committed
Add missing header for errno
1 parent 4623695 commit c893656

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libvtrutil/src/vtr_util.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include <cstdarg>
22
#include <cstdlib>
3+
#include <cerrno> //For errno
34
#include <cstring>
45
#include <memory>
56

0 commit comments

Comments
 (0)