Skip to content

Commit 62fbfe8

Browse files
committed
analyses/loop_analysis.h: fix includes
Direct use of this header file made apparent that it didn't include what actually is required to use it: the declaration of goto_modelt.
1 parent 535e6b2 commit 62fbfe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyses/loop_analysis.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Author: Diffblue Ltd
1313
#ifndef CPROVER_ANALYSES_LOOP_ANALYSIS_H
1414
#define CPROVER_ANALYSES_LOOP_ANALYSIS_H
1515

16-
#include <memory>
16+
#include <goto-programs/goto_model.h>
1717

1818
template <class T>
1919
class loop_analysist;

0 commit comments

Comments
 (0)