Fix missing swipe_gesture header in regex implementation

This commit is contained in:
Rico Tiongson 2019-02-13 09:26:47 +08:00
parent 0e5f5fb00b
commit 0f6174351e

View File

@ -19,6 +19,8 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include "swipe_gesture.h"
namespace comfortable_swipe::gesture namespace comfortable_swipe::gesture
{ {
/** /**