#include <algorithm> required for MSVS 2015

(cherry picked from commit 4555f69733)
This commit is contained in:
Andrew Johnson
2016-09-14 16:33:37 -05:00
parent e0b881d036
commit 6d6314a924

View File

@@ -10,6 +10,7 @@
#include <stdio.h>
#include <iostream>
#include <stdexcept>
#include <algorithm>
#include <epicsMutex.h>