Skip to content

Commit 204f668

Browse files
Fix Includes.
1 parent 4db6b37 commit 204f668

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/SCCircularBuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
#include <string.h>
1010
#include <inttypes.h>
11-
#include <SCThreadingSupport.h>
11+
#include "SCThreadingSupport.h"
1212

1313
/**
1414
* @file SCCircularBuffer.h

src/SimpleCollections.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
#include <string.h>
1515
#include <inttypes.h>
16-
#include <SCThreadingSupport.h>
16+
#include "SCThreadingSupport.h"
1717

1818
namespace tccollection {
1919

0 commit comments

Comments
 (0)