Auto merge of #4543 - defuse:fix-invalid-argument, r=str4d

Add missing <stdexcept> header for std::invalid_argument

Closes #1703.
This commit is contained in:
Homu 2020-05-28 08:06:06 +00:00
commit 804125cc20
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <cstring>
#include <exception>
#include <stdexcept>
#include <functional>
#include <memory>
#include <set>