Skip to content

Commit

Permalink
Merge pull request #60 from robotology/fix/windows
Browse files Browse the repository at this point in the history
Fix missing include in TimeProfiler.cpp
  • Loading branch information
GiulioRomualdi authored Mar 20, 2020
2 parents 2570780 + 3221469 commit 476d839
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ All notable changes to this project are documented in this file.
### Added

### Changed

- Add missing includes in `TimeProfiler` (https://github.com/robotology/walking-controllers/pull/60)

## [0.3.1] - 2020-03-18
### Changed
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ set(CMAKE_CXX_STANDARD 14)

## MAIN project
project(WalkingControllers
VERSION 0.3.1)
VERSION 0.3.2)

# Defines the CMAKE_INSTALL_LIBDIR, CMAKE_INSTALL_BINDIR and many other useful macros.
# See https://cmake.org/cmake/help/latest/module/GNUInstallDirs.html
Expand Down
1 change: 1 addition & 0 deletions src/TimeProfiler/src/TimeProfiler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

#include <ctime>
#include <iostream>
#include <string>

#include <WalkingControllers/TimeProfiler/TimeProfiler.h>

Expand Down

0 comments on commit 476d839

Please sign in to comment.