mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[#3031] compilation fix
This commit is contained in:
committed by
Razvan Becheriu
parent
1ea7274b5f
commit
7129fed942
@@ -63,7 +63,7 @@ TEST(StampedValueTest, createFromInteger) {
|
||||
EXPECT_EQ(Element::integer, value->getType());
|
||||
EXPECT_EQ("bar", value->getName());
|
||||
EXPECT_EQ("5", value->getValue());
|
||||
int64_t signed_integer;
|
||||
int64_t signed_integer = 0;
|
||||
ASSERT_NO_THROW(signed_integer = value->getIntegerValue());
|
||||
EXPECT_EQ(5, signed_integer);
|
||||
|
||||
|
@@ -7,6 +7,7 @@
|
||||
#include <config.h>
|
||||
|
||||
#include <functional>
|
||||
#include <iomanip>
|
||||
#include <vector>
|
||||
#include <string>
|
||||
#include <sstream>
|
||||
|
Reference in New Issue
Block a user