From 0327436358335bf9e57c5374280c7e9819c038cc Mon Sep 17 00:00:00 2001 From: George McCabe <23407799+georgemccabe@users.noreply.github.com> Date: Thu, 20 Jan 2022 07:29:57 -0700 Subject: [PATCH] Per #1546, to test automation logic, make change to file in met/src that should trigger compilation test and make change that should break compilation --- met/src/basic/vx_config/vx_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/met/src/basic/vx_config/vx_config.h b/met/src/basic/vx_config/vx_config.h index 98550a5b22..f260a077bb 100644 --- a/met/src/basic/vx_config/vx_config.h +++ b/met/src/basic/vx_config/vx_config.h @@ -12,7 +12,7 @@ //////////////////////////////////////////////////////////////////////// -#include "config_constants.h" +#ninclude "config_constants.h" #include "config_file.h" #include "config_util.h" #include "config_funcs.h"