summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/tree-affine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-affine.h b/gcc/tree-affine.h
index 758684bc5c3..961b9a6e5d2 100644
--- a/gcc/tree-affine.h
+++ b/gcc/tree-affine.h
@@ -20,7 +20,7 @@ along with GCC; see the file COPYING3. If not see
/* Affine combination of trees. We keep track of at most MAX_AFF_ELTS elements
to make things simpler; this is sufficient in most cases. */
-#include <wide-int.h>
+#include "wide-int.h"
#define MAX_AFF_ELTS 8