negentropy.h avoid use non standard #pragma one

This commit is contained in:
Ivan Folgueira Bande 2024-07-31 17:30:14 +02:00
parent 311a21a22b
commit 165c058723
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7

View File

@ -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