Skip to content

Commit

Permalink
Include app.h from app.cc.
Browse files Browse the repository at this point in the history
This would have caught a previous issue where the declaration in the header didn't fit the implementation in the source file.

PiperOrigin-RevId: 504984369
Change-Id: Ie0e32c7674896c0f93c93dd76e4fc83ef1133357
  • Loading branch information
nimrod-gileadi authored and copybara-github committed Jan 27, 2023
1 parent 8319bdb commit fda7e3f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mjpc/app.cc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.

#include "app.h"

#include <atomic>
#include <chrono>
#include <cstdio>
Expand Down

0 comments on commit fda7e3f

Please sign in to comment.