Browse Source

Merge remote-tracking branch 'origin/master' into develop

QMK Bot 1 year ago
parent
commit
dc26e99dd5
2 changed files with 2 additions and 0 deletions
  1. 1 0
      keyboards/rubi/lib/calc.c
  2. 1 0
      keyboards/terrazzo/terrazzo.c

+ 1 - 0
keyboards/rubi/lib/calc.c

@@ -13,6 +13,7 @@ This is the modified version of [calculator by MWWorks](https://github.com/MWWor
    Feel free to fix it! I think it needs to detect the precision of the two operands and then figure out what the precision of the result should be
    Feel free to fix it! I think it needs to detect the precision of the two operands and then figure out what the precision of the result should be
 
 
 */
 */
+#include <math.h>
 #include "rubi.h"
 #include "rubi.h"
 
 
 static uint8_t calc_current_operand = 0;
 static uint8_t calc_current_operand = 0;

+ 1 - 0
keyboards/terrazzo/terrazzo.c

@@ -14,6 +14,7 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
  */
 
 
+#include <math.h>
 #include "terrazzo.h"
 #include "terrazzo.h"
 
 
 #ifdef LED_MATRIX_ENABLE
 #ifdef LED_MATRIX_ENABLE