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:
Mark Stemm 2022-03-22 16:30:56 -07:00 committed by poiana
parent 2c3c8b92e0
commit 62d4fffcb2

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 "CivetServer.h"