Changeset 00a8e19 for src/Validate


Ignore:
Timestamp:
Jan 27, 2022, 9:37:26 AM (4 years ago)
Author:
Andrew Beach <ajbeach@…>
Branches:
ADT, ast-experimental, enum, forall-pointer-decay, master, pthread-emulation, qualifiedEnum
Children:
040334e, e21f253
Parents:
bbfe226
Message:

Missed one required file for the validate D changes, I think it was an indirect include.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/Validate/Autogen.cpp

    rbbfe226 r00a8e19  
    1010// Created On       : Thu Dec  2 13:44:00 2021
    1111// Last Modified By : Andrew Beach
    12 // Last Modified On : Wed Jan 26 13:39:00 2022
    13 // Update Count     : 0
     12// Last Modified On : Thr Jan 27  9:29:00 2022
     13// Update Count     : 1
    1414//
    1515
     
    3636#include "GenPoly/ScopedSet.h"     // for ScopedSet, ScopedSet<>::iterator
    3737#include "InitTweak/GenInit.h"     // for fixReturnStatements
     38#include "InitTweak/InitTweak.h"   // for isAssignment, isCopyConstructor
    3839#include "SymTab/Mangler.h"        // for Mangler
    3940#include "CompilationState.h"
Note: See TracChangeset for help on using the changeset viewer.