We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b0f7aa commit d77e3eeCopy full SHA for d77e3ee
2 files changed
.azure/default-build.yml
@@ -26,7 +26,7 @@ jobs:
26
${{ if eq(parameters.agentOs, 'macOS') }}:
27
vmImage: macOS-10.15
28
${{ if eq(parameters.agentOs, 'Linux') }}:
29
- vmImage: ubuntu-16.04
+ vmImage: ubuntu-18.04
30
${{ if eq(parameters.agentOs, 'Windows') }}:
31
vmImage: windows-2019
32
steps:
@@ -74,4 +74,4 @@ jobs:
74
inputs:
75
testRunner: junit
76
testResultsFiles: '$(Build.ArtifactStagingDirectory)/testOut/**/*.xml'
77
- testRunTitle: ${{ parameters.agentOs }}-unit_test
+ testRunTitle: ${{ parameters.agentOs }}-unit_test
src/signalrclient/messagepack_hub_protocol.cpp
@@ -11,6 +11,7 @@
11
#include <msgpack.hpp>
12
#include "binary_message_parser.h"
13
#include "binary_message_formatter.h"
14
+#include <cmath>
15
16
namespace signalr
17
{
@@ -429,4 +430,4 @@ namespace signalr
429
430
}
431
432
-#endif
433
+#endif
0 commit comments