missing header

This commit is contained in:
ksherlock 2019-12-10 13:24:56 -05:00 committed by GitHub
parent 60ac492cbb
commit 6e0bb5345d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <string>
#include <string_view>
#include <system_error>
#incude <algorithm>
#include <cstdint>
#include <cassert>
@ -412,4 +413,4 @@ int main(int argc, char **argv) {
} catch (std::exception &ex) {
errx(EX_OSERR, "%s: %s", gs_out.c_str(), ex.what());
}
}
}