mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Fix compilation without the GeoIP headers installed on the system
This commit is contained in:
parent
854ca4c1cd
commit
467c977afc
@ -24,7 +24,9 @@
|
||||
|
||||
#include "utils/geo_lookup.h"
|
||||
|
||||
#ifdef WITH_GEOIP
|
||||
#include <GeoIPCity.h>
|
||||
#endif // WITH_GEOIP
|
||||
|
||||
namespace modsecurity {
|
||||
namespace Utils {
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include <GeoIPCity.h>
|
||||
|
||||
#ifndef SRC_UTILS_HTTPS_CLIENT_H_
|
||||
#define SRC_UTILS_HTTPS_CLIENT_H_
|
||||
|
||||
|
@ -18,8 +18,6 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include <GeoIPCity.h>
|
||||
|
||||
#ifndef SRC_UTILS_IP_TREE_H_
|
||||
#define SRC_UTILS_IP_TREE_H_
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user