Skip to content

Commit

Permalink
Fix Windows build failures.
Browse files Browse the repository at this point in the history
Patch by Bertrand Bellenot!
  • Loading branch information
vgvassilev committed Oct 4, 2022
1 parent b49c8ee commit 6b76d45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion include/clad/Differentiator/DerivativeBuilder.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#define CLAD_DERIVATIVE_BUILDER_H

#include "Compatibility.h"
#include "clad/Differentiator/DiffPlanner.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include "clang/AST/StmtVisitor.h"
#include "clang/Sema/Sema.h"
Expand All @@ -32,7 +33,6 @@ namespace clad {
namespace utils {
class StmtClone;
}
struct DiffRequest;
namespace plugin {
class CladPlugin;
clang::FunctionDecl* ProcessDiffRequest(CladPlugin& P,
Expand Down
2 changes: 1 addition & 1 deletion include/clad/Differentiator/ExternalRMVSource.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#include "clad/Differentiator/ParseDiffArgsTypes.h"
#include "clad/Differentiator/ReverseModeVisitorDirectionKinds.h"
#include "clad/Differentiator/ReverseModeVisitor.h"

#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
Expand All @@ -13,7 +14,6 @@

namespace clad {

class ReverseModeVisitor;
class DiffRequest;
class StmtDiff;
class VarDeclDiff;
Expand Down

0 comments on commit 6b76d45

Please sign in to comment.