Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/freestyle/intern/system/StringUtils.h')
-rw-r--r--source/blender/freestyle/intern/system/StringUtils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/freestyle/intern/system/StringUtils.h b/source/blender/freestyle/intern/system/StringUtils.h
index 575d26597ee..16944e47335 100644
--- a/source/blender/freestyle/intern/system/StringUtils.h
+++ b/source/blender/freestyle/intern/system/StringUtils.h
@@ -22,6 +22,7 @@
* \brief String utilities
*/
+/* clang-format off */
#include <cstring>
#include <iostream>
#include <sstream>
@@ -32,6 +33,7 @@ extern "C" {
#include "BLI_string.h"
#include "BLI_path_util.h"
}
+/* clang-format on */
using namespace std;