Fixed error: ‘sort’ is not a member of ‘std’

This commit is contained in:
David Baranyai 2018-06-27 12:43:37 +02:00
parent 5301c91b75
commit 8f7769b6ee
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <vector>
#include <string>
#include <sstream>
#include <algorithm>
struct Hit
{