mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 20:19:34 +00:00
timings: fix errno.h mispelt as error.h
This commit is contained in:
parent
5bbbe3902b
commit
3ac40938c3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
#include <string.h>
|
||||
#include <error.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include <algorithm>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
|
Loading…
Reference in a new issue