Skip to content
Snippets Groups Projects
Commit f5c4dada authored by Brad King's avatar Brad King
Browse files

cmFileMonitor.h: Include cmConfigure.h first

We need this to make Large File Support definitions consistent with
other translation units.
parent 0c14db25
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,8 @@
file Copyright.txt or https://cmake.org/licensing for details. */
#pragma once
#include <cmConfigure.h> // IWYU pragma: keep
#include <functional>
#include <string>
#include <vector>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment