Fix missing includes for tests compilation in recent GCC version

pull/4226/head
Javier Jaramago Fernández 3 years ago
parent 3d806b3898
commit f9c2bc7b80

@ -1,6 +1,7 @@
#ifndef COMMAND_LINE_H
#define COMMAND_LINE_H
#include <cstdint>
#include <string.h>
#include <string>

@ -34,6 +34,7 @@
* For now we just declare it locally to avoid the linking error.
*/
#include "openssl/ssl.h"
#include "mysql.h"
#include "proxysql_structs.h"
#include "sqlite3db.h"
#include "MySQL_LDAP_Authentication.hpp"

@ -7,6 +7,7 @@
#include <memory>
#include <openssl/ssl.h>
#include "mysql.h"
#include "proxysql_structs.h"
#include "sqlite3db.h"
#include "MySQL_LDAP_Authentication.hpp"

Loading…
Cancel
Save