mirror of
https://github.com/falcosecurity/falco.git
synced 2025-08-01 22:47:46 +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.
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <memory>
|
||||
|
||||
#include "CivetServer.h"
|
||||
|
Loading…
Reference in New Issue
Block a user