Skip to content

Commit c1271b4

Browse files
jonsimantova-maurice
authored andcommitted
Add a missing #include <fstream>, required since Flatbuffers no longer includes
it for you. PiperOrigin-RevId: 243332621
1 parent 0c95938 commit c1271b4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

auth/src/desktop/user_desktop.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,10 @@
1313
// limitations under the License.
1414

1515
#include "auth/src/desktop/user_desktop.h"
16+
17+
#include <fstream>
1618
#include <memory>
19+
1720
#include "app/rest/transport_builder.h"
1821
#include "app/rest/util.h"
1922
#include "app/src/thread.h"

0 commit comments

Comments
 (0)