Skip to content

Commit d7be0fa

Browse files
committed
Use the correct include quote
1 parent c7d85ee commit d7be0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/pplx/pplxcancellation_token.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
#endif
3636

3737
#include <string>
38-
#include <pplx/pplxinterface.h>
38+
#include "pplx/pplxinterface.h"
3939

4040
#pragma pack(push,_CRT_PACKING)
4141
// All header files are required to be protected from the macro new

0 commit comments

Comments
 (0)