fix our internal build
This commit is contained in:
@@ -6,11 +6,7 @@
|
|||||||
|
|
||||||
#include<stdio.h>
|
#include<stdio.h>
|
||||||
#include<stdlib.h>
|
#include<stdlib.h>
|
||||||
#ifdef GLEW_STATIC
|
|
||||||
#include "glad/gl.h"
|
#include "glad/gl.h"
|
||||||
#else
|
|
||||||
#include <GL/glew.h>
|
|
||||||
#endif//GLEW_STATIC
|
|
||||||
|
|
||||||
#ifdef GLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS
|
#ifdef GLEW_DYNAMIC_LOAD_ALL_GLX_FUNCTIONS
|
||||||
#include "glad/glx.h"
|
#include "glad/glx.h"
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ typedef SharedMemoryCommandProcessor MyCommandProcessor;
|
|||||||
#include <grpc++/grpc++.h>
|
#include <grpc++/grpc++.h>
|
||||||
#include <grpc/support/log.h>
|
#include <grpc/support/log.h>
|
||||||
|
|
||||||
#include "proto/pybullet.grpc.pb.h"
|
#include "SharedMemory/grpc/proto/pybullet.grpc.pb.h"
|
||||||
|
|
||||||
|
|
||||||
using grpc::Server;
|
using grpc::Server;
|
||||||
|
|||||||
Reference in New Issue
Block a user