Skip to content

Commit

Permalink
fix build on g++ 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taohe committed Nov 17, 2017
1 parent 2b25acf commit 4f1e940
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/utils/concurrent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ See the AUTHORS file for names of contributors.
*/

#include "concurrent.h"
#include <functional>
#include <iostream>
#include <stdlib.h>
#include <unistd.h>
#include <time.h>
#include <unistd.h>

static void* mmThreadRun(void* p) {
phxpaxos::Thread* thread = (phxpaxos::Thread*)p;
Expand Down

0 comments on commit 4f1e940

Please sign in to comment.