timings: fix errno.h mispelt as error.h

pull/200/head
moneromooo-monero 5 years ago
parent 5bbbe3902b
commit 3ac40938c3
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save