Compatibility improvements for Arduino ESP32/ESP8266 platforms.
diff --git a/runtime/cpp/emboss_arithmetic.h b/runtime/cpp/emboss_arithmetic.h
index e7b6a98..ee2cb40 100644
--- a/runtime/cpp/emboss_arithmetic.h
+++ b/runtime/cpp/emboss_arithmetic.h
@@ -80,7 +80,7 @@
 // }
 //
 // This reduces stack frames by ~64x.
-#  include "emboss_arithmetic_all_known_generated.inc"
+#include "emboss_arithmetic_all_known_generated.h"
 
 // MaybeDo implements the logic of checking for known values, unwrapping the
 // known values, passing the unwrapped values to OperatorT, and then rewrapping
@@ -238,7 +238,7 @@
   //
   // Note that, if there are enough arguments, this still falls back onto
   // linear-stack-space recursion.
-#  include "emboss_arithmetic_maximum_operation_generated.inc"
+#include "emboss_arithmetic_maximum_operation_generated.h"
 };
 
 //// Special operations, where either un-Known() operands do not always result