aboutsummaryrefslogtreecommitdiff
path: root/examples/basic/src/bootstrap.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/basic/src/bootstrap.hpp')
-rw-r--r--examples/basic/src/bootstrap.hpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/basic/src/bootstrap.hpp b/examples/basic/src/bootstrap.hpp
new file mode 100644
index 0000000..104248f
--- /dev/null
+++ b/examples/basic/src/bootstrap.hpp
@@ -0,0 +1,5 @@
+#pragma once
+
+#include <yacppdic/container.hpp>
+
+yacppdic::Container bootstrap();