limits header to synclient added.
This commit is contained in:
parent
735fd43b4a
commit
56081d05a9
|
|
@ -1,6 +1,8 @@
|
||||||
#ifndef __ETCD_SYNC_CLIENT_HPP__
|
#ifndef __ETCD_SYNC_CLIENT_HPP__
|
||||||
#define __ETCD_SYNC_CLIENT_HPP__
|
#define __ETCD_SYNC_CLIENT_HPP__
|
||||||
|
|
||||||
|
#include <limits>
|
||||||
|
|
||||||
#include "etcd/Client.hpp"
|
#include "etcd/Client.hpp"
|
||||||
|
|
||||||
namespace etcd
|
namespace etcd
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue