From 6d5b65e60b9d98fd436f334a15df7a7b1e0fad74 Mon Sep 17 00:00:00 2001 From: Benjamin Maier Date: Mon, 29 Oct 2018 10:26:55 +0100 Subject: [PATCH] made ciso646 compliant --- cMHRN/Utilities.h | 1 + setup.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cMHRN/Utilities.h b/cMHRN/Utilities.h index 6544b1d..42666e4 100644 --- a/cMHRN/Utilities.h +++ b/cMHRN/Utilities.h @@ -38,6 +38,7 @@ #include #include #include +#include using namespace std; diff --git a/setup.py b/setup.py index 0ddc3da..abe7bd3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ import setuptools import os, sys -__version__ = '0.1' +__version__ = '0.1.1' class get_pybind_include(object): """Helper class to determine the pybind11 include path