commit | 95f4e9240e1e85f7975eb4eda9d346e9b2dd0b0c | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Sun Mar 17 18:09:36 2013 -0700 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Thu Aug 15 13:22:10 2013 -0700 |
tree | 781eba0407d24575a3a2eeaaf67d4a3ea88d025c | |
parent | d012a0d3c146743463c18dad7f30aae1572605e4 [diff] |
src: Compilation issue on Linux Change-Id: I06dd686029e653423dca143cadd8e2c8a59a658e
diff --git a/src/state-server.cc b/src/state-server.cc index 89b6095..f0616b0 100644 --- a/src/state-server.cc +++ b/src/state-server.cc
@@ -135,7 +135,7 @@ Object id; id.push_back (Pair ("userName", boost::lexical_cast<string> (name))); - id.push_back (Pair ("seqNo", seq_no)); + id.push_back (Pair ("seqNo", static_cast<int64_t> (seq_no))); json.push_back (Pair ("id", id));