diff options
-rw-r--r-- | Tests/SimpleInstall/inst.cxx | 1 | ||||
-rw-r--r-- | Tests/SimpleInstallS2/inst.cxx | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/Tests/SimpleInstall/inst.cxx b/Tests/SimpleInstall/inst.cxx index 53082dc..3faf924 100644 --- a/Tests/SimpleInstall/inst.cxx +++ b/Tests/SimpleInstall/inst.cxx @@ -3,6 +3,7 @@ #ifdef STAGE_2 # include <foo/lib1.h> # include <foo/lib2renamed.h> +# include <lib3.h> #else # include "lib1.h" # include "lib2.h" diff --git a/Tests/SimpleInstallS2/inst.cxx b/Tests/SimpleInstallS2/inst.cxx index 53082dc..3faf924 100644 --- a/Tests/SimpleInstallS2/inst.cxx +++ b/Tests/SimpleInstallS2/inst.cxx @@ -3,6 +3,7 @@ #ifdef STAGE_2 # include <foo/lib1.h> # include <foo/lib2renamed.h> +# include <lib3.h> #else # include "lib1.h" # include "lib2.h" |