fix(userspace/falco): add missing pragma once

Signed-off-by: Jason Dellaluce <jasondellaluce@gmail.com>
This commit is contained in:
Jason Dellaluce 2023-02-08 17:36:24 +00:00 committed by poiana
parent ff68311629
commit 0f402d01d0

View File

@ -14,6 +14,8 @@ See the License for the specific language governing permissions and
limitations under the License.
*/
#pragma once
#include <memory>
#include <string>
#include <unordered_map>