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,11 +13,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/lt.h"
|
||||
#include "src/operators/lt.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/macro_expansion.h"
|
||||
|
||||
namespace modsecurity {
|
||||
|
Reference in New Issue
Block a user