Merge pull request #5249

3ac40938 timings: fix errno.h mispelt as error.h (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-03-16 14:06:07 +02:00
commit e063615a0e
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#include <string.h>
#include <error.h>
#include <errno.h>
#include <time.h>
#include <algorithm>
#include <boost/algorithm/string.hpp>