License headers: add missing header

This commit is contained in:
Campbell Barton 2023-06-14 15:59:37 +10:00
parent 58d8a2ed67
commit 4b8434fabd
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
/* SPDX-FileCopyrightText: 2023 Blender Foundation
*
* SPDX-License-Identifier: Apache-2.0 */
#include "util/math.h"
#include "util/string.h"
#include "util/system.h"