Update Gnulib to the latest git version
[deliverable/binutils-gdb.git] / gdb / expression.h
index 10e5f3e788e8933a84f2d330c31e40488c0f6739..02b51f56e0d8d6a2b87d038dc2b9cd1ea61216dc 100644 (file)
@@ -20,6 +20,8 @@
 #if !defined (EXPRESSION_H)
 #define EXPRESSION_H 1
 
+#include "gdbtypes.h"
+
 /* While parsing expressions we need to track the innermost lexical block
    that we encounter.  In some situations we need to track the innermost
    block just for symbols, and in other situations we want to track the
@@ -66,6 +68,7 @@ enum exp_opcode : uint8_t
 
 /* Language specific operators.  */
 #include "ada-operator.def"
+#include "fortran-operator.def"
 
 #undef OP
 
This page took 0.028102 seconds and 4 git commands to generate.