1
0
mirror of https://github.com/pdewacht/brlaser synced 2024-12-27 07:48:21 +01:00

Merge pull request #9 from cinemast/patch-2

Add missing #include <string>
This commit is contained in:
Peter De Wachter 2017-10-14 20:52:02 +02:00 committed by GitHub
commit c656586451

View File

@ -21,6 +21,7 @@
#include <algorithm>
#include <exception>
#include <vector>
#include <string>
namespace {