Add missing <string> header

load_utils.cc used std::string without including the header.
This commit is contained in:
Markus Mäkelä 2018-02-08 13:40:11 +02:00
parent ed28d986e9
commit a6fc2d3f88
No known key found for this signature in database
GPG Key ID: 72D48FCE664F7B19

View File

@ -24,6 +24,7 @@
#include <string.h>
#include <dlfcn.h>
#include <algorithm>
#include <string>
#include <maxscale/modinfo.h>
#include <maxscale/log_manager.h>