[Mlir-commits] [mlir] c984573 - Add missing include.

Johannes Reifferscheid llvmlistbot at llvm.org
Sun Nov 13 23:15:02 PST 2022


Author: Johannes Reifferscheid
Date: 2022-11-14T08:14:47+01:00
New Revision: c9845735a61942e538dc623bf679df328baec442

URL: https://github.com/llvm/llvm-project/commit/c9845735a61942e538dc623bf679df328baec442
DIFF: https://github.com/llvm/llvm-project/commit/c9845735a61942e538dc623bf679df328baec442.diff

LOG: Add missing include.

Added: 
    

Modified: 
    mlir/lib/Support/FileUtilities.cpp

Removed: 
    


################################################################################
diff  --git a/mlir/lib/Support/FileUtilities.cpp b/mlir/lib/Support/FileUtilities.cpp
index 060ac08b4bb7a..09145b2b96916 100644
--- a/mlir/lib/Support/FileUtilities.cpp
+++ b/mlir/lib/Support/FileUtilities.cpp
@@ -10,11 +10,12 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include "mlir/Support/FileUtilities.h"
-#include "mlir/Support/LLVM.h"
+#include "llvm/Support/Alignment.h"
 #include "llvm/Support/FileUtilities.h"
 #include "llvm/Support/MemoryBuffer.h"
 #include "llvm/Support/ToolOutputFile.h"
+#include "mlir/Support/FileUtilities.h"
+#include "mlir/Support/LLVM.h"
 
 using namespace mlir;
 


        


More information about the Mlir-commits mailing list