mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-30 19:47:47 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/geo_lookup.h"
|
||||
#include "src/operators/geo_lookup.h"
|
||||
|
||||
#ifdef WITH_GEOIP
|
||||
#include <GeoIPCity.h>
|
||||
@@ -22,8 +22,8 @@
|
||||
#include <string>
|
||||
#include <functional>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/geo_lookup.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/geo_lookup.h"
|
||||
|
||||
|
||||
namespace modsecurity {
|
||||
|
Reference in New Issue
Block a user