Skip to content

Commit c5ba0ed

Browse files
committed
fix linux build
1 parent 1e14c45 commit c5ba0ed

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

mars/comm/network/netinfo_util.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#define SRC_NETINFO_UTIL_H_
2222

2323
#include <string>
24+
#include <vector>
2425

2526
typedef enum {
2627
kNetworkTypeUnknown,

mars/stn/src/shortlink_interface.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
#ifndef SRC_SHORTLINK_INTERFACE_H_
2121
#define SRC_SHORTLINK_INTERFACE_H_
2222

23+
#include <condition_variable>
24+
2325
#include "mars/comm/autobuffer.h"
2426
#include "mars/comm/messagequeue/callback.h"
2527
#include "mars/stn/stn.h"

0 commit comments

Comments
 (0)