Skip to content
Snippets Groups Projects

Draft: Adapt for renamed cpplib

Open Joscha Schmiedt requested to merge f-linkahead-rename into dev
Files
6
+ 5
5
@@ -22,11 +22,11 @@
#include "linkahead/constants.h" // for LIBLINKAHEAD_VERSION_MAJOR, LIBLINKAHEAD_VE...
#include "linkahead/exceptions.h" // for all error handling
#include "linkahead/info.h" // for VersionInfo
#include "maoxdb.hpp" // LinkAhead utils for mex files
#include "mex.h" // for mxArray, mexFunction
#include <cstring> // for strcmp
#include <memory> // for unique_ptr, __shared_ptr_access, shar...
#include <string> // for allocator, char_traits, operator+
#include "../lib/maoxdb.hpp" // LinkAhead utils for mex files
#include "mex.h" // for mxArray, mexFunction
#include <cstring> // for strcmp
#include <memory> // for unique_ptr, __shared_ptr_access, shar...
#include <string> // for allocator, char_traits, operator+
using linkahead::connection::Connection;
using linkahead::connection::ConnectionManager;
Loading