diff options
Diffstat (limited to 'Tests/SimpleInstall/inst.cxx')
-rw-r--r-- | Tests/SimpleInstall/inst.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx index 3faf924..7f2962d 100644 --- a/Tests/SimpleInstall/inst.cxx +++ b/Tests/SimpleInstall/inst.cxx @@ -4,6 +4,8 @@ # include <foo/lib1.h> # include <foo/lib2renamed.h> # include <lib3.h> +# include <old/lib2.h> +# include <old/lib3.h> #else # include "lib1.h" # include "lib2.h" |