From 6a849dad4ece6ea609f8843a3d82f25e5af23b56 Mon Sep 17 00:00:00 2001 From: Andre Jochems Date: Mon, 15 Feb 2016 08:25:11 +0100 Subject: [PATCH] casesensitive header include --- src/stomp/stompframe.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stomp/stompframe.cpp b/src/stomp/stompframe.cpp index 251b6dd..b17554b 100644 --- a/src/stomp/stompframe.cpp +++ b/src/stomp/stompframe.cpp @@ -24,7 +24,7 @@ http://en.wikipedia.org/wiki/GNU_Lesser_General_Public_License #include #include -#include "BoostStomp.h" +#include "booststomp.h" #include "helpers.h" namespace STOMP {