timings: fix errno.h mispelt as error.h

This commit is contained in:
moneromooo-monero 2019-03-07 16:03:55 +00:00
parent 5bbbe3902b
commit 3ac40938c3
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
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>