Skip to content

Commit 803b701

Browse files
committed
Fixing incorrect header define for rawptrstream.h, this was causing
us to not collect SQM data.
1 parent f277d66 commit 803b701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Release/include/cpprest/rawptrstream.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
****/
2828
#pragma once
2929

30-
#ifndef _CASA_RAWPTR_STREAMS_
31-
#define _CASA_RAWPTR_STREAMS_
30+
#ifndef _CASA_RAWPTR_STREAMS_H
31+
#define _CASA_RAWPTR_STREAMS_H
3232

3333
#include <vector>
3434
#include <queue>

0 commit comments

Comments
 (0)