Skip to content

Commit

Permalink
Updated includes
Browse files Browse the repository at this point in the history
  • Loading branch information
M-Herr committed Oct 2, 2024
1 parent a89a594 commit 19b06f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "FunctionDescription.hh"

#include <algorithm>

FunctionDescription::FunctionDescription() :
container_class(container_class),
Expand Down
2 changes: 2 additions & 0 deletions trick_source/codegen/Interface_Code_Gen/Utilities.hh
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Basic/FileManager.h"
#include "clang/Basic/SourceLocation.h"
#include "clang/Basic/Specifiers.h"

#include "HeaderSearchDirs.hh"

enum Color {
Expand Down

0 comments on commit 19b06f1

Please sign in to comment.