1
0
mirror of https://github.com/pdewacht/brlaser synced 2025-07-24 01:29:47 +02: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

View File

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