Skip to content

Commit

Permalink
Compiles
Browse files Browse the repository at this point in the history
  • Loading branch information
bernedom committed Apr 20, 2024
1 parent cc41ebe commit 229dd6e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* ______________________________________________________
*/

#include <chapter4/ex06/lib.hpp>
#include <chapter4/ex07/lib.hpp>

int main(void) {
chapter4::ex07::greeter g;
Expand Down
2 changes: 1 addition & 1 deletion chapter04/ex07_pack_nsis_standalone/library/src/lib.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* ______________________________________________________
*/

#include <chapter4/ex06/lib.hpp>
#include <chapter4/ex07/lib.hpp>
#include <iostream>

namespace chapter4 {
Expand Down

0 comments on commit 229dd6e

Please sign in to comment.