You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bb...@apache.org on 2018/10/31 15:13:04 UTC

[mesos] 02/02: Included corresponding header file first.

This is an automated email from the ASF dual-hosted git repository.

bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git

commit b5d884bba4e5c1550e15df4c3d51c692a985126e
Author: Benjamin Bannier <be...@mesosphere.io>
AuthorDate: Wed Oct 31 15:43:02 2018 +0100

    Included corresponding header file first.
    
    Review: https://reviews.apache.org/r/69160/
---
 src/common/protobuf_utils.cpp | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/common/protobuf_utils.cpp b/src/common/protobuf_utils.cpp
index 2ae37ac..f42fb31 100644
--- a/src/common/protobuf_utils.cpp
+++ b/src/common/protobuf_utils.cpp
@@ -14,6 +14,8 @@
 // See the License for the specific language governing permissions and
 // limitations under the License.
 
+#include "common/protobuf_utils.hpp"
+
 #ifdef __WINDOWS__
 #include <stout/internal/windows/grp.hpp>
 #include <stout/internal/windows/pwd.hpp>
@@ -47,7 +49,6 @@
 #endif // __WINDOWS__
 
 #include "common/http.hpp"
-#include "common/protobuf_utils.hpp"
 #include "common/resources_utils.hpp"
 
 #include "master/master.hpp"