Skip to content

Commit

Permalink
made ciso646 compliant
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaier committed Oct 29, 2018
1 parent 7d43d9d commit 6d5b65e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cMHRN/Utilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include <cstdlib>
#include <tuple>
#include <thread>
#include <iso646.h>

using namespace std;

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6d5b65e

Please sign in to comment.