mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-29 19:24:29 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/validate_url_encoding.h"
|
||||
#include "src/operators/validate_url_encoding.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
|
||||
namespace modsecurity {
|
||||
namespace operators {
|
||||
|
Reference in New Issue
Block a user