mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-16 17:41:52 +03:00
Using full path in the header inclusion
This commit is contained in:
@@ -13,12 +13,12 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "operators/pm_from_file.h"
|
||||
#include "src/operators/pm_from_file.h"
|
||||
|
||||
#include <string>
|
||||
|
||||
#include "operators/operator.h"
|
||||
#include "utils/https_client.h"
|
||||
#include "src/operators/operator.h"
|
||||
#include "src/utils/https_client.h"
|
||||
#include "src/utils/msc_system.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user