mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-11 02:52:54 +00:00
Add missing pragma
Without this, if webserver is included more than once you get duplicate defined classes. Signed-off-by: Mark Stemm <mark.stemm@gmail.com>
This commit is contained in:
parent
2c3c8b92e0
commit
62d4fffcb2
@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma once
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
|
||||||
#include "CivetServer.h"
|
#include "CivetServer.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user