Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
code
PMem-based Data Structures
Commits
02444c98
Commit
02444c98
authored
Jan 13, 2020
by
Philipp Götze
Browse files
Added two basic includes (string + assert)
parent
d39bda09
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/config.h.in
View file @
02444c98
...
...
@@ -8,6 +8,8 @@
#define LOG(msg)
#endif
#include <assert.h>
#include <string>
namespace dbis {
const std::string gPmemPath("@PMEM_MNT_PATH@/");
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment