Skip to content
Snippets Groups Projects
Commit 50d2dfc4 authored by Guillaume Roguez's avatar Guillaume Roguez Committed by Andreas Traczyk
Browse files

fix ios build


<thread> std include was missing to build on ios.

Change-Id: I8da9dd25e41d67ca3fa7343e487e2b0a94d93843
Reviewed-by: default avatarAndreas Traczyk <andreas.traczyk@savoirfairelinux.com>
parent 255fd16a
Branches
No related tags found
No related merge requests found
......@@ -71,6 +71,7 @@
#include <memory>
#include <sstream>
#include <cstdlib>
#include <thread>
#ifdef _WIN32
#include <lmcons.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment