diff options
author | David Robillard <d@drobilla.net> | 2017-12-24 09:20:16 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-24 09:20:16 -0500 |
commit | d744e4d421c313a3b4d786e11a311f73da19fc41 (patch) | |
tree | b6bd398d35329dfa7264d9b8dade856fc5d46329 /src/client | |
parent | cbb864b0ff951f75d826d97009681b30cce4da22 (diff) | |
download | ingen-d744e4d421c313a3b4d786e11a311f73da19fc41.tar.gz ingen-d744e4d421c313a3b4d786e11a311f73da19fc41.tar.bz2 ingen-d744e4d421c313a3b4d786e11a311f73da19fc41.zip |
Clean up includes in public headers
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/ClientStore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/ClientStore.cpp b/src/client/ClientStore.cpp index a7bd1274..c5749388 100644 --- a/src/client/ClientStore.cpp +++ b/src/client/ClientStore.cpp @@ -14,7 +14,7 @@ along with Ingen. If not, see <http://www.gnu.org/licenses/>. */ -#include <boost/variant.hpp> +#include <boost/variant/apply_visitor.hpp> #include "ingen/Log.hpp" #include "ingen/client/ArcModel.hpp" |