Skip to content

Commit 1dc94f5

Browse files
Add include guard
1 parent 9c0ecb9 commit 1dc94f5

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

cpp/include/kvikio/function_wrapper.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
#pragma once
18+
1719
#include <functional>
1820
#include <memory>
1921

cpp/include/kvikio/threadpool_simple.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* limitations under the License.
1515
*/
1616

17+
#pragma once
18+
1719
#include <atomic>
1820
#include <condition_variable>
1921
#include <future>

0 commit comments

Comments
 (0)