Skip to content

Commit

Permalink
added missing include to fix windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
Serguei Kalentchouk committed Jan 10, 2019
1 parent fb38504 commit 1f83eef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

# Define project
cmake_minimum_required(VERSION 3.3)
project(maya-math-nodes VERSION 1.5.0)
project(maya-math-nodes VERSION 1.5.1)

# Set project version macro
add_definitions(-DPROJECT_VERSION="${PROJECT_VERSION}")
Expand Down
1 change: 1 addition & 0 deletions src/Utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
// Use of this source code is governed by an MIT license that can be found in the LICENSE file.
#pragma once

#include <algorithm>
#include <cmath>
#include <limits>
#include <string>
Expand Down

0 comments on commit 1f83eef

Please sign in to comment.