Skip to content

Commit 0e26751

Browse files
committed
Ladies and Gentleman, this is Attempt #5
1 parent 32902e8 commit 0e26751

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dependencies/learnopengl/src/shader.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#pragma once
2-
31
#include <shader/shader.h>
42
#include <glad/glad.h>
53
#include <glm/glm.hpp>

src/parser/checker.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#include <parser/checker.h>
2+
#include <cstring>
23

34
bool is_digit(const char c) {
45
const int digit = c - '0';

0 commit comments

Comments
 (0)