mirror of
https://github.com/logos-messaging/negentropy.git
synced 2026-01-04 23:13:10 +00:00
Merge pull request #7 from waku-org/avoid-use-pragma-once
negentropy.h avoid use non standard #pragma one
This commit is contained in:
commit
0d0318e807
@ -1,6 +1,7 @@
|
||||
// (C) 2023 Doug Hoyte. MIT license
|
||||
|
||||
#pragma once
|
||||
#ifndef _NEGENTROPY_H_
|
||||
#define _NEGENTROPY_H_
|
||||
|
||||
#include <string.h>
|
||||
|
||||
@ -321,3 +322,5 @@ struct Negentropy {
|
||||
|
||||
template<typename T>
|
||||
using Negentropy = negentropy::Negentropy<T>;
|
||||
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user