Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
Added standard for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Apr 16, 2018
1 parent bc94d24 commit a91466a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
@@ -1,5 +1,4 @@


# required to specify the c++ standard
cmake_minimum_required(VERSION 3.0)

Expand Down
1 change: 1 addition & 0 deletions src/cppmat/cppmat.h
Expand Up @@ -17,6 +17,7 @@
#include <iomanip>
#include <string>
#include <vector>
#include <iso646.h>

// =================================================================================================

Expand Down

0 comments on commit a91466a

Please sign in to comment.