Codechange: Use platform independent C++11 function for sleeping on a thread.

This commit is contained in:
Michael Lutz
2019-03-17 11:05:53 +01:00
parent 94c5269fa7
commit ae748166d0
12 changed files with 17 additions and 25 deletions

View File

@@ -29,6 +29,7 @@
#include "network_base.h"
#include "network_client.h"
#include "../core/backup_type.hpp"
#include "../thread.h"
#include "table/strings.h"