Skip to content

Commit d77e3ee

Browse files
Update to Ubuntu 18 (#63)
1 parent 8b0f7aa commit d77e3ee

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.azure/default-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
${{ if eq(parameters.agentOs, 'macOS') }}:
2727
vmImage: macOS-10.15
2828
${{ if eq(parameters.agentOs, 'Linux') }}:
29-
vmImage: ubuntu-16.04
29+
vmImage: ubuntu-18.04
3030
${{ if eq(parameters.agentOs, 'Windows') }}:
3131
vmImage: windows-2019
3232
steps:
@@ -74,4 +74,4 @@ jobs:
7474
inputs:
7575
testRunner: junit
7676
testResultsFiles: '$(Build.ArtifactStagingDirectory)/testOut/**/*.xml'
77-
testRunTitle: ${{ parameters.agentOs }}-unit_test
77+
testRunTitle: ${{ parameters.agentOs }}-unit_test

src/signalrclient/messagepack_hub_protocol.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
#include <msgpack.hpp>
1212
#include "binary_message_parser.h"
1313
#include "binary_message_formatter.h"
14+
#include <cmath>
1415

1516
namespace signalr
1617
{
@@ -429,4 +430,4 @@ namespace signalr
429430
}
430431
}
431432

432-
#endif
433+
#endif

0 commit comments

Comments
 (0)