Skip to content

Commit

Permalink
reference ctdlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristy committed Nov 9, 2024
1 parent 94750b0 commit 2f72e75
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Magick++/demo/analyze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <iostream>
#include <iomanip>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/button.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <string>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/demo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <string>
#include <iostream>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/detrans.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <iostream>
using namespace std;
using namespace Magick;
Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/flip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <string>
#include <iostream>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/gravity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <string>
#include <iostream>
#include <list>
Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/piddle.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <string>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/shapes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <string>
#include <iostream>

Expand Down
1 change: 1 addition & 0 deletions Magick++/demo/zoom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
//

#include <Magick++.h>
#include <cstdlib>
#include <iostream>
#include <string>
using namespace std;
Expand Down

0 comments on commit 2f72e75

Please sign in to comment.