Merge pull request #448 from intelligide/patch-1

Fix for VS 2015
This commit is contained in:
Romain 2020-08-24 07:05:36 +02:00 committed by GitHub
commit 6ae4915127
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,7 @@
#include <numeric>
#include <sstream>
#include <map>
#include <cctype>
#include "LIEF/DWARF/enums.hpp"