brig-function.cc: Include profile-count.h.

* brigfrontend/brig-function.cc: Include profile-count.h.
	* brigfrontend/brig-to-generic.cc: Likewise.

From-SVN: r249962
This commit is contained in:
Jakub Jelinek 2017-07-04 13:53:50 +02:00 committed by Jakub Jelinek
parent 1aad71067c
commit f0622a50ee
3 changed files with 7 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2017-07-04 Jakub Jelinek <jakub@redhat.com>
* brigfrontend/brig-function.cc: Include profile-count.h.
* brigfrontend/brig-to-generic.cc: Likewise.
2017-05-18 Thomas Schwinge <thomas@codesourcery.com>
* brigfrontend/brig-to-generic.h (class brig_to_generic): Use

View file

@ -38,6 +38,7 @@
#include "phsa.h"
#include "tree-pretty-print.h"
#include "dumpfile.h"
#include "profile-count.h"
#include "tree-cfg.h"
#include "errors.h"
#include "function.h"

View file

@ -45,6 +45,7 @@
#include "phsa.h"
#include "tree-pretty-print.h"
#include "dumpfile.h"
#include "profile-count.h"
#include "tree-cfg.h"
#include "errors.h"
#include "fold-const.h"