diff --git a/cpp/negentropy.h b/cpp/negentropy.h index fafd3f1..7da3e4f 100644 --- a/cpp/negentropy.h +++ b/cpp/negentropy.h @@ -1,6 +1,7 @@ // (C) 2023 Doug Hoyte. MIT license -#pragma once +#ifndef _NEGENTROPY_H_ +#define _NEGENTROPY_H_ #include @@ -321,3 +322,5 @@ struct Negentropy { template using Negentropy = negentropy::Negentropy; + +#endif