Skip to content

Commit

Permalink
Merge pull request #10 from eliaskosunen/master
Browse files Browse the repository at this point in the history
Update LuaContext.hpp to not include misc/exception.hpp in Visual Studio 14.0 (2015)
  • Loading branch information
Habbie authored Mar 16, 2017
2 parents fe5cd84 + 2d6e90a commit bb9ad1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/LuaContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <boost/type_traits.hpp>
#include <lua.hpp>

#ifdef _MSC_VER
#if defined(_MSC_VER) && _MSC_VER < 1900
# include "misc/exception.hpp"
#endif

Expand Down

0 comments on commit bb9ad1c

Please sign in to comment.