add missing header
diff --git a/Makefile b/Makefile
index 68dd004..b581a56 100644
--- a/Makefile
+++ b/Makefile
@@ -3069,6 +3069,7 @@
     include/grpc++/server_context.h \
     include/grpc++/server_credentials.h \
     include/grpc++/status.h \
+    include/grpc++/status_code_enum.h \
     include/grpc++/stream.h \
 
 LIBGRPC++_OBJS = $(addprefix $(OBJDIR)/$(CONFIG)/, $(addsuffix .o, $(basename $(LIBGRPC++_SRC))))
diff --git a/build.json b/build.json
index c7c640d..413863f 100644
--- a/build.json
+++ b/build.json
@@ -416,6 +416,7 @@
         "include/grpc++/server_context.h",
         "include/grpc++/server_credentials.h",
         "include/grpc++/status.h",
+        "include/grpc++/status_code_enum.h",
         "include/grpc++/stream.h"
       ],
       "headers": [