Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
tinganho committed Jun 22, 2017
1 parent 82dbe59 commit cd79233
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ matrix:
- clang-3.7
- cmake
- libboost-all-dev
- libjsoncpp-dev
- libjsonrpccpp-dev
env: COMPILER=clang++-3.7
4 changes: 2 additions & 2 deletions src/Program/Extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#include <stdio.h>
#include <unistd.h>
#include <iostream>
#include <jsoncpp/client/connectors/httpclient.h>
#include <jsoncpp/client/connectors/unixdomainsocketclient.h>
#include <jsonrpccpp/client/connectors/httpclient.h>
#include <jsonrpccpp/client/connectors/unixdomainsocketclient.h>
#include "Utils.cpp"
#include "json.hpp"
#include "Diagnostics.cpp"
Expand Down

0 comments on commit cd79233

Please sign in to comment.