Skip to content

Commit ba89875

Browse files
authored
ofColor.h cleanup (#7366)
#changelog #core
1 parent 0c02995 commit ba89875

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

libs/openFrameworks/gl/ofMaterial.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include "ofCubeMap.h"
55
#include "ofImage.h"
66
#include "ofGLProgrammableRenderer.h"
7+
#include <typeinfo>
78

89
using std::shared_ptr;
910
using std::string;

libs/openFrameworks/gl/ofMaterial.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
#include "ofShader.h"
44
#include "ofConstants.h"
55
#include "glm/fwd.hpp"
6+
#include "glm/vec2.hpp"
67

78
enum ofMaterialTextureType: short{
89
OF_MATERIAL_TEXTURE_NONE=0,

libs/openFrameworks/types/ofColor.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#pragma once
22

33

4-
#include "ofConstants.h"
4+
#include "glm/gtx/wrap.hpp"
5+
#include <typeinfo>
6+
#include <iostream>
57
#include <limits>
6-
#include "glm/common.hpp"
78

89
/// \class ofColor_
910
///

0 commit comments

Comments
 (0)