mirror of
https://github.com/openappsec/openappsec.git
synced 2025-06-28 16:41:02 +03:00
fix fedora compilation
This commit is contained in:
parent
27d1d00379
commit
90bcc544a2
@ -32,6 +32,13 @@ class I_Encryptor;
|
|||||||
class I_AgentDetails;
|
class I_AgentDetails;
|
||||||
class I_SignalHandler;
|
class I_SignalHandler;
|
||||||
|
|
||||||
|
namespace Config
|
||||||
|
{
|
||||||
|
enum class Errors;
|
||||||
|
}
|
||||||
|
|
||||||
|
std::ostream & operator<<(std::ostream &os, const Config::Errors &err);
|
||||||
|
|
||||||
class Debug
|
class Debug
|
||||||
:
|
:
|
||||||
Singleton::Consume<I_TimeGet>,
|
Singleton::Consume<I_TimeGet>,
|
||||||
|
@ -11,6 +11,7 @@
|
|||||||
// See the License for the specific language governing permissions and
|
// See the License for the specific language governing permissions and
|
||||||
// limitations under the License.
|
// limitations under the License.
|
||||||
|
|
||||||
|
#include "time_print.h"
|
||||||
#include "components_list.h"
|
#include "components_list.h"
|
||||||
#include "nginx_attachment.h"
|
#include "nginx_attachment.h"
|
||||||
#include "gradual_deployment.h"
|
#include "gradual_deployment.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user