Mercurial > hg > vamp-plugin-load-checker
comparison src/helper.cpp @ 63:091baff0a983
Add missing include
author | Chris Cannam |
---|---|
date | Thu, 09 Apr 2020 13:52:42 +0100 |
parents | e027aa280789 |
children | e839338d3869 |
comparison
equal
deleted
inserted
replaced
62:e027aa280789 | 63:091baff0a983 |
---|---|
82 #include <windows.h> | 82 #include <windows.h> |
83 #include <process.h> | 83 #include <process.h> |
84 #include <io.h> | 84 #include <io.h> |
85 #else | 85 #else |
86 #include <unistd.h> | 86 #include <unistd.h> |
87 #include <signal.h> | |
87 #endif | 88 #endif |
88 | 89 |
89 #include <fcntl.h> | 90 #include <fcntl.h> |
90 | 91 |
91 #include <string> | 92 #include <string> |