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,13 +13,13 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include "regression/custom_debug_log.h"
|
||||
#include "test/regression/custom_debug_log.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <string>
|
||||
|
||||
#include "modsecurity/debug_log.h"
|
||||
#include "utils/regex.h"
|
||||
#include "src/utils/regex.h"
|
||||
|
||||
namespace modsecurity_test {
|
||||
|
||||
|
Reference in New Issue
Block a user