Skip to content

Commit 84befaa

Browse files
committed
Windows needs 'uint64_t' instead of 'u_int64_t'
Signed-off-by: David Laseca Perez <davidlaseca@eprosima.com>
1 parent 7e150fb commit 84befaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ddspipe_yaml/src/cpp/YamlValidator.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ bool YamlValidator::validate_YAML(
203203
}
204204
try
205205
{
206-
return yml.as<u_int64_t>();
206+
return yml.as<uint64_t>();
207207
} catch (...)
208208
{
209209
}

0 commit comments

Comments
 (0)