Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
andy31415 committed Dec 18, 2024
1 parent 35af481 commit d0f3069
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#include <cstdint>
#include <data-model-providers/codegen/CodegenDataModelProvider.h>

#include <access/AccessControl.h>
Expand All @@ -40,6 +39,7 @@
#include <lib/support/CodeUtils.h>
#include <lib/support/SpanSearchValue.h>

#include <cstdint>
#include <limits>
#include <memory>
#include <optional>
Expand Down

0 comments on commit d0f3069

Please sign in to comment.