Skip to content

Commit

Permalink
Merge branch 'sdf15' into model-get-mutable
Browse files Browse the repository at this point in the history
  • Loading branch information
jwnimmer-tri authored Jan 3, 2025
2 parents 049a36f + a6cc2af commit 6a4b430
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions include/sdf/Error.hh
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
#ifndef SDF_ERROR_HH_
#define SDF_ERROR_HH_

#include <iostream>
#include <string>
#include <optional>
#include <ostream>
#include <string>
#include <gz/utils/ImplPtr.hh>
#include <sdf/config.hh>
#include "sdf/Console.hh"
Expand Down
2 changes: 1 addition & 1 deletion include/sdf/Exception.hh
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
#define SDF_EXCEPTION_HH_

#include <cstdint>
#include <iostream>
#include <memory>
#include <ostream>
#include <sstream>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions src/Console.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <cstdlib>
#include <iostream>
#include <memory>
#include <mutex>
#include <sstream>
Expand Down
1 change: 1 addition & 0 deletions src/Element.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
*/

#include <algorithm>
#include <iostream>
#include <sstream>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions src/FrameSemantics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
*
*/
#include <algorithm>
#include <iostream>
#include <string>
#include <set>
#include <utility>
Expand Down
3 changes: 2 additions & 1 deletion src/SDF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,11 @@

#include <cstdlib>
#include <fstream>
#include <sstream>
#include <functional>
#include <iostream>
#include <list>
#include <map>
#include <sstream>
#include <string>
#include <vector>

Expand Down

0 comments on commit 6a4b430

Please sign in to comment.