Skip to content

Commit f176e47

Browse files
committed
fix: add some #pragma onces
1 parent a3e8b92 commit f176e47

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/logging.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <dave/logger.h>
24
#include <nanobind/nanobind.h>
35
#include <nanobind/stl/string.h>

src/signature_key_pair.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <dave/mls/parameters.h>
24
#include <nanobind/nanobind.h>
35

src/utils.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#include <nanobind/nanobind.h>
24

35
#include <vector>

0 commit comments

Comments
 (0)