Fix another missing include <algorithm>.

Required by gcc-6.2.
This commit is contained in:
John Ralls 2016-11-18 16:46:50 -08:00
parent a7225780d6
commit 427d46719e

View File

@ -28,6 +28,7 @@ extern "C"
#include <config.h> #include <config.h>
} }
#include <string> #include <string>
#include <algorithm>
#include <vector> #include <vector>
#include "gnc-backend-dbi.hpp" #include "gnc-backend-dbi.hpp"