diff options
Diffstat (limited to 'examples/ctor.cc')
-rw-r--r-- | examples/ctor.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ctor.cc b/examples/ctor.cc index 1a02e90..6ed8c6c 100644 --- a/examples/ctor.cc +++ b/examples/ctor.cc @@ -1,7 +1,7 @@ // -*- c++ -*- // Distributed under the BSD 2-Clause License. // See accompanying file LICENSE for details. -#include "libctor.h" +#include "ctor.h" namespace { |