summaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/must_pass/CMakeLists.txt (renamed from examples/CMakeLists.txt)0
-rw-r--r--examples/must_pass/must_pass.cc (renamed from examples/must_pass.cc)2
2 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/must_pass/CMakeLists.txt
index 0075ad5..0075ad5 100644
--- a/examples/CMakeLists.txt
+++ b/examples/must_pass/CMakeLists.txt
diff --git a/examples/must_pass.cc b/examples/must_pass/must_pass.cc
index 377f8bb..a86cd14 100644
--- a/examples/must_pass.cc
+++ b/examples/must_pass/must_pass.cc
@@ -4,7 +4,7 @@
licensed under GPL-2 license
*/
-#include <stdx.hpp>
+#include <stdx/opt.hpp>
#include <string>
static const char do_hash(const std::string& in)