1
0
Fork 0

Fix compilation instructions.

This commit is contained in:
Max Neunhoeffer 2016-12-23 09:15:33 +01:00
parent 26fecbaad7
commit bb4fed5cf3
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
// Compile with
// g++ perfanalysis.cpp -o perfanalyis -std=c++14 -Wall -O3
// g++ perfanalysis.cpp -o perfanalysis -std=c++14 -Wall -O3
#include <algorithm>
#include <cstring>