Export to GitHub

freecompose - issue #21

Missing include


Posted on Jun 17, 2014 by Quick Kangaroo

What steps will reproduce the problem? 1. Check out project. 2. Open in VS2013, allow conversion. 3. Attempt to build solution.

What is the expected output? What do you see instead? I expect to see a successful build. Instead, building KeySequences.cpp fails because std::max is not defined. std::max is in algorithm, and adding #include <algorithm> after #include <numeric> fixed the build for me.

What version of the product are you using? On what operating system? SVN trunk, Windows 8.1, VS2013 Ultimate.

Please provide any additional information below. Patch attached, created by cygwin's svn with svn diff.

Attachments

Status: New

Labels:
Type-Defect Priority-Medium