From 09db7b58ddccc61e02da42cff550a5728dfd38ab Mon Sep 17 00:00:00 2001 From: Martin Beseda <martinbeseda@seznam.cz> Date: Wed, 8 Aug 2018 22:45:55 +0200 Subject: [PATCH] NEW: Added exprtk.cpp for compilation of shared library from the header only form. --- src/exprtk.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/exprtk.cpp b/src/exprtk.cpp index d8e2f9ab..cb6a8ebb 100644 --- a/src/exprtk.cpp +++ b/src/exprtk.cpp @@ -2,3 +2,4 @@ // Created by martin on 8/8/18. // +#include <exprtk.hpp> \ No newline at end of file -- GitLab