Examples: Clang/Linux warning fixes.

This commit is contained in:
ocornut
2015-03-09 13:08:27 +00:00
parent a3f3793cb6
commit 2dd92e3eed
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
// ImGui - standalone example application for Glfw + OpenGL 3, using programmable pipeline
#include <imgui.h>
#include "imgui_impl_glfw_GL3.h"
#include "imgui_impl_glfw_gl3.h"
#include <stdio.h>
#include <GL/gl3w.h>
#include <GLFW/glfw3.h>