Cleanup: Add missing "#pragma once" to header

This commit is contained in:
Hans Goudey
2025-08-13 10:14:03 -04:00
parent 6eb7075fa1
commit fbdc501c50

View File

@@ -10,6 +10,8 @@
* However, semantically, these types may have non-trivial copy-constructors and destructors.
*/
#pragma once
#include "MEM_guardedalloc.h"
#include "BLI_function_ref.hh"