Add algorithm header include
authorHirotoshi YOSHITAKA <tyounan.moti@gmail.com>
Mon, 6 Oct 2014 14:47:11 +0000 (23:47 +0900)
committerHirotoshi YOSHITAKA <tyounan.moti@gmail.com>
Mon, 6 Oct 2014 14:47:11 +0000 (23:47 +0900)
commitd0e2d3a6084993414aed295e776d4de43b9fa22c
tree652c6c22e7bba87442c1a35490d2bff13c920ff8
parente2f63bd30514c7a8dc3439a681a87681ef0ad6d3
Add algorithm header include

Without algorithm header, Visual Studio complaints that std::max is not
declared and defined.
Including algorithm header resolves this issue.
RtAudio.cpp