limits header to synclient added.

This commit is contained in:
samur 2021-01-29 08:02:19 +03:00
parent 735fd43b4a
commit 56081d05a9
1 changed files with 2 additions and 0 deletions

View File

@ -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