Commit 25f9b474 authored by knowledge4igor's avatar knowledge4igor

Fix build

parent ace289ae
#include "gtest/gtest.h" #include "gtest/gtest.h"
#include <pistache/async.h>
#include <pistache/common.h>
#include <thread> #include <thread>
#include <algorithm> #include <algorithm>
#include <deque> #include <deque>
...@@ -7,8 +10,6 @@ ...@@ -7,8 +10,6 @@
#include <condition_variable> #include <condition_variable>
#include <random> #include <random>
#include <pistache/async.h>
using namespace Pistache; using namespace Pistache;
Async::Promise<int> doAsync(int N) Async::Promise<int> doAsync(int N)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment