From 0d78a980b0709dad5ec554107e4633de34ce73a2 Mon Sep 17 00:00:00 2001 From: Jiri Vlasak Date: Thu, 1 Aug 2019 15:33:45 +0200 Subject: [PATCH] Fix missing header for `pslot` lib --- api/pslot.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/pslot.h b/api/pslot.h index 80ca8a4..7d2363f 100644 --- a/api/pslot.h +++ b/api/pslot.h @@ -1,6 +1,8 @@ #ifndef PSLOT_H #define PSLOT_H +#include + /*! \brief Parking slot basic class. This class contains some geometrical computations of parking slot. Parking slot -- 2.39.2