This is an automated email from the ASF dual-hosted git repository.
jbarrett pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 322503d GEODE-4188: Fixes CLI inlude of internal duration header.
322503d is described below
commit 322503d2d69f9e6086b051162f58b61e59d84a3e
Author: Jacob Barrett <[email protected]>
AuthorDate: Tue Jan 9 19:17:11 2018 +0000
GEODE-4188: Fixes CLI inlude of internal duration header.
---
clicache/src/TimeUtils.hpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/clicache/src/TimeUtils.hpp b/clicache/src/TimeUtils.hpp
index b6084c4..ca15c06 100644
--- a/clicache/src/TimeUtils.hpp
+++ b/clicache/src/TimeUtils.hpp
@@ -20,7 +20,7 @@
#include "begin_native.hpp"
#include <chrono>
-#include <geode/util/chrono/duration.hpp>
+#include <geode/internal/chrono/duration.hpp>
#include "end_native.hpp"
namespace Apache
@@ -30,7 +30,7 @@ namespace Apache
namespace Client
{
using namespace System;
- using namespace apache::geode::util::chrono::duration;
+ using namespace apache::geode::internal::chrono::duration;
using ticks = std::chrono::duration<long long, std::ratio<1, 10000000>>;
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].